sh-5.1# ^M sh: $'\r': command not found sh-5.1# ls -a | grep .blueprintrc .blueprintrc sh-5.1# cp .blueprintrc /data/ sh-5.1# ./blueprint.sh ██▌▌▌ Blueprint Framework ██ ██▌▌▌ https://blueprint.zip ████▌▌▌ © 2023-2024 Emma (prpl.wtf) 15:49:19 INFO: Searching and validating framework dependencies.. 15:49:19 INFO: Placing Blueprint command shortcut.. 15:49:19 INFO: Linking directories and filesystems.. 15:49:19 INPUT: Would you like to put your application into maintenance while Blueprint is installing? (Y/n) y 15:49:21 INFO: Put application into maintenance mode. 15:49:22 INFO: Flushing cache.. 15:49:24 INFO: Running database migrations.. INFO Nothing to migrate. 15:49:25 INFO: Seeding Blueprint database records.. 15:49:25 INFO: Changing Pterodactyl file ownership to 'www-data:www-data'.. 15:49:25 INFO: Rebuilding panel assets.. yarn run v1.22.22 $ yarn run clean && cross-env NODE_ENV=production ./node_modules/.bin/webpack --mode production --progress $ cd public/assets && find . \( -name "*.js" -o -name "*.map" \) -type f -delete /bin/sh: line 1: find: command not found error Command failed with exit code 127. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. error Command failed with exit code 127. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. 15:49:26 INFO: Put application into production. 15:49:26 SUCCESS: Blueprint has completed its installation process. sh-5.1# cp /data/modpackinstaller.blueprint /var/www/html/ sh-5.1# ls BUILDING.md CONTRIBUTING.md README.md artisan bootstrap config flake.lock modpackinstaller.blueprint phpunit.xml release.zip scripts tailwind.config.js vendor CHANGELOG.md Dockerfile SECURITY.md babel.config.js composer.json database flake.nix node_modules postcss.config.js resources shell.nix tests webpack.config.js CODE_OF_CONDUCT.md LICENSE.md app blueprint.sh composer.lock docker-compose.example.yml jest.config.js package.json public routes storage tsconfig.json yarn.lock sh-5.1# blueprint -install modpackinstaller.blueprint 15:53:02 INFO: Searching and validating framework dependencies.. 15:53:02 INFO: Installing modpackinstaller.blueprint... (1/1) 15:53:02 WARNING: Config value 'requests_controllers' is deprecated, use 'requests_app' instead. 15:53:02 INFO: Reading and assigning extension flags.. 15:53:02 WARNING: Extension flag 'hasInstallScript' is deprecated. 15:53:02 WARNING: Extension flag 'hasRemovalScript' is deprecated. 15:53:02 INFO: Writing extension placeholders.. 15:53:02 WARNING: Modpackinstaller is built for version beta-2024-08, but your version is beta-2024-12. 15:53:02 INFO: Cloning and linking app directory.. 15:53:02 INFO: Cloning and linking router files.. 15:53:02 INFO: Cloning and linking console directory.. 15:53:02 INFO: Creating and linking console commands and schedules.. 15:53:02 INFO: Cloning and linking components directory.. 15:53:02 INFO: Linking navigation routes.. 15:53:02 INFO: Cloning and linking private directory.. 15:53:02 INFO: Linking and writing assets directory.. 15:53:02 INFO: Cloning admin view.. 15:53:02 INFO: Cloning admin controller.. 15:53:02 INFO: Creating and linking extension filesystem.. 15:53:03 INFO: Cleaning up build files.. ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 75%chown: invalid user: 'www-data:www-data' 15:53:03 WARNING: Extension uses a custom installation script, proceed with caution. su: user www-data does not exist or the user entry does not contain all the required fields 15:53:03 INFO: Adding 'modpackinstaller' to active extensions list.. 15:53:03 INFO: Unsetting variables.. 15:53:03 INFO: Finalizing transaction.. 15:53:03 INFO: Rebuilding panel assets.. yarn run v1.22.22 $ yarn run clean && cross-env NODE_ENV=production ./node_modules/.bin/webpack --mode production --progress $ cd public/assets && find . \( -name "*.js" -o -name "*.map" \) -type f -delete /bin/sh: line 1: find: command not found error Command failed with exit code 127. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. error Command failed with exit code 127. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. 15:53:03 INFO: Linking filesystems.. 15:53:04 INFO: Flushing view, config and route cache.. 15:53:06 INFO: Changing Pterodactyl file ownership to 'www-data:www-data'.. 15:53:06 SUCCESS: modpackinstaller has been installed. sh-5.1# ^C sh-5.1# yarn run clean && cross-env NODE_ENV=production ./node_modules/.bin/webpack --mode production --progress yarn run v1.22.22 $ cd public/assets && find . \( -name "*.js" -o -name "*.map" \) -type f -delete /bin/sh: line 1: find: command not found error Command failed with exit code 127. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. sh-5.1# yarn yarn install v1.22.22 [1/5] Validating package.json... [2/5] Resolving packages... success Already up-to-date. Done in 0.43s. sh-5.1#