root@instance---final:/home/ubuntu# sudo apt-get install -y ca-certificates curl gnupg Reading package lists... Done Building dependency tree... Done Reading state information... Done ca-certificates is already the newest version (20240203~22.04.1). curl is already the newest version (7.81.0-1ubuntu1.20). gnupg is already the newest version (2.2.27-3ubuntu2.3). 0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded. root@instance---final:/home/ubuntu# sudo mkdir -p /etc/apt/keyrings root@instance---final:/home/ubuntu# curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg File '/etc/apt/keyrings/nodesource.gpg' exists. Overwrite? (y/N) y root@instance---final:/home/ubuntu# echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main root@instance---final:/home/ubuntu# apt-get update Hit:1 https://download.docker.com/linux/ubuntu jammy InRelease Hit:2 https://deb.nodesource.com/node_20.x nodistro InRelease Hit:3 http://ap-hyderabad-1-ad-1.clouds.ports.ubuntu.com/ubuntu-ports jammy InRelease Hit:5 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease Get:6 http://ap-hyderabad-1-ad-1.clouds.ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [128 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [129 kB] Hit:8 https://packages.redis.io/deb jammy InRelease Hit:4 https://dlm.mariadb.com/repo/mariadb-server/11.rolling/repo/ubuntu jammy InRelease Hit:9 https://dlm.mariadb.com/repo/maxscale/latest/apt jammy InRelease Get:10 http://ap-hyderabad-1-ad-1.clouds.ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [127 kB] Get:11 http://ap-hyderabad-1-ad-1.clouds.ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 Packages [2358 kB] Get:12 http://ap-hyderabad-1-ad-1.clouds.ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 Packages [1187 kB] Fetched 3930 kB in 4s (953 kB/s) Reading package lists... Done root@instance---final:/home/ubuntu# apt-get install -y nodejs Reading package lists... Done Building dependency tree... Done Reading state information... Done nodejs is already the newest version (20.19.2-1nodesource1). 0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded. root@instance---final:/home/ubuntu# npm i -g yarn changed 1 package, and audited 2 packages in 1s found 0 vulnerabilities root@instance---final:/home/ubuntu# cd /var/www/pterodactyl root@instance---final:/var/www/pterodactyl# yarn yarn install v1.22.22 [1/5] Validating package.json... [2/5] Resolving packages... success Already up-to-date. Done in 0.55s. root@instance---final:/var/www/pterodactyl# yarn add cross-env yarn add v1.22.22 [1/5] Validating package.json... [2/5] Resolving packages... [3/5] Fetching packages... [4/5] Linking dependencies... warning " > @preact/signals-react@1.2.1" has incorrect peer dependency "react@17.x || 18.x". warning " > styled-components@5.2.1" has unmet peer dependency "react-is@>= 16.8.0". warning " > styled-components-breakpoint@3.0.0-preview.20" has incorrect peer dependency "@types/styled-components@^4.1.19". warning " > styled-components-breakpoint@3.0.0-preview.20" has incorrect peer dependency "styled-components@>= 1 <= 4". warning " > xterm-addon-search-bar@0.2.0" has incorrect peer dependency "xterm-addon-search@^0.5.0". warning " > redux-devtools-extension@2.13.8" has unmet peer dependency "redux@^3.1.0 || ^4.0.0". [5/5] Building fresh packages... success Saved lockfile. warning "cross-env" is already in "devDependencies". Please remove existing entry first before adding it to "dependencies". success Saved 1 new dependency. info Direct dependencies └─ cross-env@7.0.3 info All dependencies └─ cross-env@7.0.3 Done in 4.59s. root@instance---final:/var/www/pterodactyl# apt install -y zip unzip git curl wget Reading package lists... Done Building dependency tree... Done Reading state information... Done zip is already the newest version (3.0-12build2). curl is already the newest version (7.81.0-1ubuntu1.20). git is already the newest version (1:2.34.1-1ubuntu1.12). unzip is already the newest version (6.0-26ubuntu3.2). wget is already the newest version (1.21.2-2ubuntu1.1). 0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded. root@instance---final:/var/www/pterodactyl# wget "$(curl -s https://api.github.com/repos/BlueprintFramework/framework/releases/latest | grep 'browser_download_url' | cut -d '"' -f 4)" -O release.zip --2025-05-31 15:17:32-- https://github.com/BlueprintFramework/framework/releases/download/beta-2024-12/beta-2024-12.zip Resolving github.com (github.com)... 20.207.73.82 Connecting to github.com (github.com)|20.207.73.82|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/592795091/48aab911-08ad-4186-8638-d98fdbe035b9?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250531%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250531T151732Z&X-Amz-Expires=300&X-Amz-Signature=c8ffcb044d335520a193b8d2fc86cdeffeaa9580dda791b4247380cddab500e2&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dbeta-2024-12.zip&response-content-type=application%2Foctet-stream [following] --2025-05-31 15:17:33-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/592795091/48aab911-08ad-4186-8638-d98fdbe035b9?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250531%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250531T151732Z&X-Amz-Expires=300&X-Amz-Signature=c8ffcb044d335520a193b8d2fc86cdeffeaa9580dda791b4247380cddab500e2&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dbeta-2024-12.zip&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 4263362 (4.1M) [application/octet-stream] Saving to: ‘release.zip’ release.zip 100%[====================================================================================================================>] 4.07M --.-KB/s in 0.03s 2025-05-31 15:17:34 (141 MB/s) - ‘release.zip’ saved [4263362/4263362] root@instance---final:/var/www/pterodactyl# mv release.zip /var/www/pterodactyl/release.zip mv: 'release.zip' and '/var/www/pterodactyl/release.zip' are the same file root@instance---final:/var/www/pterodactyl# cd /var/www/pterodactyl root@instance---final:/var/www/pterodactyl# unzip release.zip Archive: release.zip replace app/BlueprintFramework/Controllers/ExtensionConfigurationController.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/BlueprintFramework/Controllers/ExtensionConfigurationController.php replace app/BlueprintFramework/Controllers/ExtensionRouteController.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/BlueprintFramework/Controllers/ExtensionRouteController.php replace app/BlueprintFramework/Extensions/.gitkeep? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/BlueprintFramework/Extensions/.gitkeep replace app/BlueprintFramework/GetExtensionSchedules.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/BlueprintFramework/GetExtensionSchedules.php replace app/BlueprintFramework/Libraries/ExtensionLibrary/Admin/BlueprintAdminLibrary.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/BlueprintFramework/Libraries/ExtensionLibrary/Admin/BlueprintAdminLibrary.php replace app/BlueprintFramework/Libraries/ExtensionLibrary/Client/BlueprintClientLibrary.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/BlueprintFramework/Libraries/ExtensionLibrary/Client/BlueprintClientLibrary.php replace app/BlueprintFramework/Libraries/ExtensionLibrary/Console/BlueprintConsoleLibrary.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/BlueprintFramework/Libraries/ExtensionLibrary/Console/BlueprintConsoleLibrary.php replace app/BlueprintFramework/Libraries/ExtensionLibrary/BlueprintBaseLibrary.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/BlueprintFramework/Libraries/ExtensionLibrary/BlueprintBaseLibrary.php replace app/BlueprintFramework/Schedules/.gitkeep? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/BlueprintFramework/Schedules/.gitkeep replace app/BlueprintFramework/Services/PlaceholderService/BlueprintPlaceholderService.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/BlueprintFramework/Services/PlaceholderService/BlueprintPlaceholderService.php replace app/Console/Commands/BlueprintFramework/Extensions/.gitkeep? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/Console/Commands/BlueprintFramework/Extensions/.gitkeep replace app/Console/Commands/BlueprintFramework/CacheCommand.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/Console/Commands/BlueprintFramework/CacheCommand.php replace app/Console/Commands/BlueprintFramework/DeveloperCommand.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/Console/Commands/BlueprintFramework/DeveloperCommand.php replace app/Console/Commands/BlueprintFramework/Version/VersionLatestCommand.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/Console/Commands/BlueprintFramework/Version/VersionLatestCommand.php replace app/Console/Commands/BlueprintFramework/Version/VersionCacheCommand.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/Console/Commands/BlueprintFramework/Version/VersionCacheCommand.php replace app/Console/Commands/BlueprintFramework/TelemetryCommand.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/Console/Commands/BlueprintFramework/TelemetryCommand.php replace app/Console/Kernel.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/Console/Kernel.php replace app/Http/Controllers/Admin/Extensions/Blueprint/BlueprintExtensionController.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/Http/Controllers/Admin/Extensions/Blueprint/BlueprintExtensionController.php replace app/Http/Controllers/Admin/ExtensionsController.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/Http/Controllers/Admin/ExtensionsController.php replace app/Http/Kernel.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/Http/Kernel.php replace app/Http/ViewComposers/AssetComposer.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/Http/ViewComposers/AssetComposer.php replace app/Providers/AppServiceProvider.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/Providers/AppServiceProvider.php replace app/Providers/Blueprint/RouteServiceProvider.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/Providers/Blueprint/RouteServiceProvider.php replace app/Services/Helpers/BlueprintExtensionLibrary.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/Services/Helpers/BlueprintExtensionLibrary.php replace app/Services/Telemetry/BlueprintTelemetryCollectionService.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/Services/Telemetry/BlueprintTelemetryCollectionService.php replace app/Services/Telemetry/RegisterBlueprintTelemetry.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/Services/Telemetry/RegisterBlueprintTelemetry.php replace app/Transformers/Api/Client/ServerTransformer.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: app/Transformers/Api/Client/ServerTransformer.php creating: blueprint/assets/ creating: blueprint/assets/Badges/ inflating: blueprint/assets/Badges/alt.png inflating: blueprint/assets/Badges/wide.png inflating: blueprint/assets/Badges/badge.png creating: blueprint/assets/Banners/ creating: blueprint/assets/Banners/BuildPowerfulThemesAndExtensionsWithBlueprint/ inflating: blueprint/assets/Banners/BuildPowerfulThemesAndExtensionsWithBlueprint/primary.jpg inflating: blueprint/assets/Banners/BuildPowerfulThemesAndExtensionsWithBlueprint/small.jpg inflating: blueprint/assets/Banners/BuildPowerfulThemesAndExtensionsWithBlueprint/tiny.jpg creating: blueprint/assets/Banners/Generic/ inflating: blueprint/assets/Banners/Generic/cover.jpg inflating: blueprint/assets/Banners/Generic/gradient.jpg inflating: blueprint/assets/Banners/Generic/text.jpg inflating: blueprint/assets/Banners/Generic/text2.jpg inflating: blueprint/assets/Banners/Generic/text3.jpg inflating: blueprint/assets/Banners/Generic/text4.jpg creating: blueprint/assets/Banners/Pride/ inflating: blueprint/assets/Banners/Pride/emblem.jpg inflating: blueprint/assets/Banners/Pride/text.jpg inflating: blueprint/assets/Banners/Pride/text2.jpg inflating: blueprint/assets/Banners/Pride/text3.jpg creating: blueprint/assets/Description/ creating: blueprint/assets/Description/Gallery/ inflating: blueprint/assets/Description/Gallery/1.jpg inflating: blueprint/assets/Description/Gallery/2.jpg inflating: blueprint/assets/Description/Gallery/3.jpg inflating: blueprint/assets/Description/description.png creating: blueprint/assets/Emblem/ creating: blueprint/assets/Emblem/Pride/ inflating: blueprint/assets/Emblem/Pride/emblem.jpg inflating: blueprint/assets/Emblem/Pride/emblem2.jpg inflating: blueprint/assets/Emblem/Pride/flag.jpg inflating: blueprint/assets/Emblem/Pride/flag_round.png inflating: blueprint/assets/Emblem/Pride/transparent.png inflating: blueprint/assets/Emblem/alt.jpg inflating: blueprint/assets/Emblem/emblem.jpg inflating: blueprint/assets/Emblem/emblem.svg inflating: blueprint/assets/Emblem/red.jpg inflating: blueprint/assets/Emblem/transparent.png creating: blueprint/assets/Extensions/ creating: blueprint/assets/Extensions/Defaults/ inflating: blueprint/assets/Extensions/Defaults/1.jpg inflating: blueprint/assets/Extensions/Defaults/2.jpg inflating: blueprint/assets/Extensions/Defaults/3.jpg inflating: blueprint/assets/Extensions/Defaults/4.jpg inflating: blueprint/assets/Extensions/Defaults/5.jpg creating: blueprint/assets/Miscellaneous/ inflating: blueprint/assets/Miscellaneous/cli.png inflating: blueprint/assets/Miscellaneous/text.png inflating: blueprint/assets/Miscellaneous/text_dark.png creating: blueprint/assets/Stickers/ inflating: blueprint/assets/Stickers/holographic.png inflating: blueprint/assets/Stickers/pride.png inflating: blueprint/assets/Stickers/writedistribute.jpg inflating: blueprint/assets/Stickers/circular.png inflating: blueprint/assets/Stickers/retro.png inflating: blueprint/assets/Stickers/badge.png creating: blueprint/dev/ inflating: blueprint/dev/.gitkeep creating: blueprint/extensions/ creating: blueprint/extensions/blueprint/ creating: blueprint/extensions/blueprint/assets/ inflating: blueprint/extensions/blueprint/assets/admin.extensions.css inflating: blueprint/extensions/blueprint/assets/blueprint.style.css inflating: blueprint/extensions/blueprint/assets/byte.png creating: blueprint/extensions/blueprint/assets/exports/ inflating: blueprint/extensions/blueprint/assets/exports/.gitkeep inflating: blueprint/extensions/blueprint/assets/favicon@30x30.png inflating: blueprint/extensions/blueprint/assets/logo.jpg creating: blueprint/extensions/blueprint/assets/misc/ inflating: blueprint/extensions/blueprint/assets/misc/cacheOverlay-1.css inflating: blueprint/extensions/blueprint/assets/promo.png inflating: blueprint/extensions/blueprint/assets/promo-blur.jpg creating: blueprint/extensions/blueprint/private/ creating: blueprint/extensions/blueprint/private/build/ creating: blueprint/extensions/blueprint/private/build/extensions/ creating: blueprint/extensions/blueprint/private/build/extensions/config/ inflating: blueprint/extensions/blueprint/private/build/extensions/config/ExtensionFS.build creating: blueprint/extensions/blueprint/private/build/extensions/console/ inflating: blueprint/extensions/blueprint/private/build/extensions/console/ArtisanCommandConstructor inflating: blueprint/extensions/blueprint/private/build/extensions/console/ScheduleConstructor inflating: blueprint/extensions/blueprint/private/build/extensions/controller.build creating: blueprint/extensions/blueprint/private/build/extensions/routes/ inflating: blueprint/extensions/blueprint/private/build/extensions/routes/accountRouteConstructor inflating: blueprint/extensions/blueprint/private/build/extensions/routes/importConstructor inflating: blueprint/extensions/blueprint/private/build/extensions/routes/serverRouteConstructor inflating: blueprint/extensions/blueprint/private/build/extensions/admin.blade.php creating: blueprint/extensions/blueprint/private/build/templates/ inflating: blueprint/extensions/blueprint/private/build/templates/.gitkeep creating: blueprint/extensions/blueprint/private/db/ inflating: blueprint/extensions/blueprint/private/db/database inflating: blueprint/extensions/blueprint/private/db/installed_extensions inflating: blueprint/extensions/blueprint/private/db/randomclassname creating: blueprint/extensions/blueprint/private/debug/ inflating: blueprint/extensions/blueprint/private/debug/logs.txt creating: blueprint/extensions/blueprint/public/ inflating: blueprint/extensions/blueprint/public/index.html creating: blueprint/tmp/ inflating: blueprint/tmp/.gitkeep replace blueprint.sh? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: blueprint.sh replace CODE_OF_CONDUCT.md? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: CODE_OF_CONDUCT.md replace config/ExtensionFS.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: config/ExtensionFS.php replace database/Seeders/BlueprintSeeder.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: database/Seeders/BlueprintSeeder.php replace LICENSE.md? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: LICENSE.md replace public/assets/extensions/.gitkeep? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: public/assets/extensions/.gitkeep replace public/extensions/.gitkeep? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: public/extensions/.gitkeep replace public/fs/.gitkeep? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: public/fs/.gitkeep replace public/robots.txt? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: public/robots.txt replace README.md? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: README.md replace resources/scripts/api/server/getServer.ts? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/api/server/getServer.ts replace resources/scripts/blueprint/components/Account/API/AfterContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Account/API/AfterContent.tsx replace resources/scripts/blueprint/components/Account/API/BeforeContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Account/API/BeforeContent.tsx replace resources/scripts/blueprint/components/Account/Overview/AfterContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Account/Overview/AfterContent.tsx replace resources/scripts/blueprint/components/Account/Overview/BeforeContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Account/Overview/BeforeContent.tsx replace resources/scripts/blueprint/components/Account/SSH/AfterContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Account/SSH/AfterContent.tsx replace resources/scripts/blueprint/components/Account/SSH/BeforeContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Account/SSH/BeforeContent.tsx replace resources/scripts/blueprint/components/Authentication/Container/AfterContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Authentication/Container/AfterContent.tsx replace resources/scripts/blueprint/components/Authentication/Container/BeforeContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Authentication/Container/BeforeContent.tsx replace resources/scripts/blueprint/components/Dashboard/Global/AfterSection.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Dashboard/Global/AfterSection.tsx replace resources/scripts/blueprint/components/Dashboard/Global/BeforeSection.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Dashboard/Global/BeforeSection.tsx replace resources/scripts/blueprint/components/Dashboard/Serverlist/ServerRow/AfterEntryDescription.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Dashboard/Serverlist/ServerRow/AfterEntryDescription.tsx replace resources/scripts/blueprint/components/Dashboard/Serverlist/ServerRow/AfterEntryName.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Dashboard/Serverlist/ServerRow/AfterEntryName.tsx replace resources/scripts/blueprint/components/Dashboard/Serverlist/ServerRow/BeforeEntryDescription.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Dashboard/Serverlist/ServerRow/BeforeEntryDescription.tsx replace resources/scripts/blueprint/components/Dashboard/Serverlist/ServerRow/BeforeEntryName.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Dashboard/Serverlist/ServerRow/BeforeEntryName.tsx replace resources/scripts/blueprint/components/Dashboard/Serverlist/ServerRow/ResourceLimits.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Dashboard/Serverlist/ServerRow/ResourceLimits.tsx replace resources/scripts/blueprint/components/Dashboard/Serverlist/BeforeContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Dashboard/Serverlist/BeforeContent.tsx replace resources/scripts/blueprint/components/Dashboard/Serverlist/AfterContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Dashboard/Serverlist/AfterContent.tsx replace resources/scripts/blueprint/components/Navigation/NavigationBar/AdditionalItems.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Navigation/NavigationBar/AdditionalItems.tsx replace resources/scripts/blueprint/components/Navigation/NavigationBar/AfterNavigation.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Navigation/NavigationBar/AfterNavigation.tsx replace resources/scripts/blueprint/components/Navigation/NavigationBar/BeforeNavigation.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Navigation/NavigationBar/BeforeNavigation.tsx replace resources/scripts/blueprint/components/Navigation/SubNavigation/AdditionalAccountItems.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Navigation/SubNavigation/AdditionalAccountItems.tsx replace resources/scripts/blueprint/components/Navigation/SubNavigation/AdditionalServerItems.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Navigation/SubNavigation/AdditionalServerItems.tsx replace resources/scripts/blueprint/components/Navigation/SubNavigation/AfterSubNavigation.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Navigation/SubNavigation/AfterSubNavigation.tsx replace resources/scripts/blueprint/components/Navigation/SubNavigation/BeforeSubNavigation.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Navigation/SubNavigation/BeforeSubNavigation.tsx replace resources/scripts/blueprint/components/Server/Backups/AfterContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Backups/AfterContent.tsx replace resources/scripts/blueprint/components/Server/Backups/BeforeContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Backups/BeforeContent.tsx replace resources/scripts/blueprint/components/Server/Backups/DropdownItems.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Backups/DropdownItems.tsx replace resources/scripts/blueprint/components/Server/Databases/AfterContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Databases/AfterContent.tsx replace resources/scripts/blueprint/components/Server/Databases/BeforeContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Databases/BeforeContent.tsx replace resources/scripts/blueprint/components/Server/Files/Browse/AfterContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Files/Browse/AfterContent.tsx replace resources/scripts/blueprint/components/Server/Files/Browse/BeforeContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Files/Browse/BeforeContent.tsx replace resources/scripts/blueprint/components/Server/Files/Browse/DropdownItems.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Files/Browse/DropdownItems.tsx replace resources/scripts/blueprint/components/Server/Files/Browse/FileButtons.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Files/Browse/FileButtons.tsx replace resources/scripts/blueprint/components/Server/Files/Edit/AfterEdit.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Files/Edit/AfterEdit.tsx replace resources/scripts/blueprint/components/Server/Files/Edit/BeforeEdit.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Files/Edit/BeforeEdit.tsx replace resources/scripts/blueprint/components/Server/Network/AfterContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Network/AfterContent.tsx replace resources/scripts/blueprint/components/Server/Network/BeforeContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Network/BeforeContent.tsx replace resources/scripts/blueprint/components/Server/Schedules/Edit/AfterEdit.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Schedules/Edit/AfterEdit.tsx replace resources/scripts/blueprint/components/Server/Schedules/Edit/BeforeEdit.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Schedules/Edit/BeforeEdit.tsx replace resources/scripts/blueprint/components/Server/Schedules/List/AfterContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Schedules/List/AfterContent.tsx replace resources/scripts/blueprint/components/Server/Schedules/List/BeforeContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Schedules/List/BeforeContent.tsx replace resources/scripts/blueprint/components/Server/Settings/AfterContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Settings/AfterContent.tsx replace resources/scripts/blueprint/components/Server/Settings/BeforeContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Settings/BeforeContent.tsx replace resources/scripts/blueprint/components/Server/Startup/AfterContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Startup/AfterContent.tsx replace resources/scripts/blueprint/components/Server/Startup/BeforeContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Startup/BeforeContent.tsx replace resources/scripts/blueprint/components/Server/Terminal/AdditionalPowerButtons.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Terminal/AdditionalPowerButtons.tsx replace resources/scripts/blueprint/components/Server/Terminal/AfterContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Terminal/AfterContent.tsx replace resources/scripts/blueprint/components/Server/Terminal/AfterInformation.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Terminal/AfterInformation.tsx replace resources/scripts/blueprint/components/Server/Terminal/BeforeContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Terminal/BeforeContent.tsx replace resources/scripts/blueprint/components/Server/Terminal/BeforeInformation.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Terminal/BeforeInformation.tsx replace resources/scripts/blueprint/components/Server/Terminal/CommandRow.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Terminal/CommandRow.tsx replace resources/scripts/blueprint/components/Server/Users/AfterContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Users/AfterContent.tsx replace resources/scripts/blueprint/components/Server/Users/BeforeContent.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/components/Server/Users/BeforeContent.tsx replace resources/scripts/blueprint/css/extensions.css? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/css/extensions.css replace resources/scripts/blueprint/css/imported/.gitkeep? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/css/imported/.gitkeep replace resources/scripts/blueprint/extends/routers/DashboardRouter.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/extends/routers/DashboardRouter.tsx replace resources/scripts/blueprint/extends/routers/ServerRouter.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/extends/routers/ServerRouter.tsx replace resources/scripts/blueprint/extends/routers/routes.ts? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/extends/routers/routes.ts replace resources/scripts/blueprint/extends/Attribution.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/extends/Attribution.tsx replace resources/scripts/blueprint/extensions/.gitkeep? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/blueprint/extensions/.gitkeep replace resources/scripts/components/NavigationBar.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/components/NavigationBar.tsx replace resources/scripts/components/auth/LoginFormContainer.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/components/auth/LoginFormContainer.tsx replace resources/scripts/components/dashboard/AccountApiContainer.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/components/dashboard/AccountApiContainer.tsx replace resources/scripts/components/dashboard/AccountOverviewContainer.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/components/dashboard/AccountOverviewContainer.tsx replace resources/scripts/components/dashboard/ServerRow.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/components/dashboard/ServerRow.tsx replace resources/scripts/components/dashboard/ssh/AccountSSHContainer.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/components/dashboard/ssh/AccountSSHContainer.tsx replace resources/scripts/components/dashboard/DashboardContainer.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/components/dashboard/DashboardContainer.tsx replace resources/scripts/components/server/backups/BackupContainer.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/components/server/backups/BackupContainer.tsx replace resources/scripts/components/server/backups/BackupContextMenu.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/components/server/backups/BackupContextMenu.tsx replace resources/scripts/components/server/console/Console.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/components/server/console/Console.tsx replace resources/scripts/components/server/console/PowerButtons.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/components/server/console/PowerButtons.tsx replace resources/scripts/components/server/console/ServerConsoleContainer.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/components/server/console/ServerConsoleContainer.tsx replace resources/scripts/components/server/console/ServerDetailsBlock.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/components/server/console/ServerDetailsBlock.tsx replace resources/scripts/components/server/databases/DatabasesContainer.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/components/server/databases/DatabasesContainer.tsx replace resources/scripts/components/server/files/FileManagerContainer.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/components/server/files/FileManagerContainer.tsx replace resources/scripts/components/server/files/FileDropdownMenu.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/components/server/files/FileDropdownMenu.tsx replace resources/scripts/components/server/files/FileEditContainer.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/components/server/files/FileEditContainer.tsx replace resources/scripts/components/server/network/NetworkContainer.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/components/server/network/NetworkContainer.tsx replace resources/scripts/components/server/schedules/ScheduleContainer.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/components/server/schedules/ScheduleContainer.tsx replace resources/scripts/components/server/schedules/ScheduleEditContainer.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/components/server/schedules/ScheduleEditContainer.tsx replace resources/scripts/components/server/settings/SettingsContainer.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/components/server/settings/SettingsContainer.tsx replace resources/scripts/components/server/startup/StartupContainer.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/components/server/startup/StartupContainer.tsx replace resources/scripts/components/server/users/UsersContainer.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/components/server/users/UsersContainer.tsx replace resources/scripts/components/elements/PageContentBlock.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/components/elements/PageContentBlock.tsx replace resources/scripts/index.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/index.tsx replace resources/scripts/routers/DashboardRouter.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/routers/DashboardRouter.tsx replace resources/scripts/routers/ServerRouter.tsx? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/routers/ServerRouter.tsx replace resources/scripts/state/settings.ts? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/scripts/state/settings.ts replace resources/views/admin/extensions/.gitkeep? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/views/admin/extensions/.gitkeep replace resources/views/admin/extensions.blade.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/views/admin/extensions.blade.php replace resources/views/blueprint/admin/entry.blade.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/views/blueprint/admin/entry.blade.php replace resources/views/blueprint/admin/wrappers/.gitkeep? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/views/blueprint/admin/wrappers/.gitkeep replace resources/views/blueprint/admin/admin.blade.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/views/blueprint/admin/admin.blade.php replace resources/views/blueprint/admin/template.blade.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/views/blueprint/admin/template.blade.php replace resources/views/blueprint/dashboard/dashboard.blade.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/views/blueprint/dashboard/dashboard.blade.php replace resources/views/blueprint/dashboard/wrappers/.gitkeep? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/views/blueprint/dashboard/wrappers/.gitkeep replace resources/views/blueprint/extensions/.gitkeep? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/views/blueprint/extensions/.gitkeep replace resources/views/layouts/admin.blade.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/views/layouts/admin.blade.php replace resources/views/templates/wrapper.blade.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: resources/views/templates/wrapper.blade.php replace routes/blueprint/application.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: routes/blueprint/application.php replace routes/blueprint/application/.gitkeep? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: routes/blueprint/application/.gitkeep replace routes/blueprint/client.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: routes/blueprint/client.php replace routes/blueprint/client/.gitkeep? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: routes/blueprint/client/.gitkeep replace routes/blueprint/web.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: routes/blueprint/web.php replace routes/blueprint/web/.gitkeep? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: routes/blueprint/web/.gitkeep replace routes/blueprint.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: routes/blueprint.php replace scripts/commands/advanced/rerun-install.sh? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: scripts/commands/advanced/rerun-install.sh replace scripts/commands/advanced/upgrade.sh? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: scripts/commands/advanced/upgrade.sh replace scripts/commands/developer/build.sh? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: scripts/commands/developer/build.sh replace scripts/commands/developer/export.sh? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: scripts/commands/developer/export.sh replace scripts/commands/developer/init.sh? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: scripts/commands/developer/init.sh replace scripts/commands/developer/wipe.sh? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: scripts/commands/developer/wipe.sh replace scripts/commands/extensions/install.sh? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: scripts/commands/extensions/install.sh replace scripts/commands/extensions/remove.sh? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: scripts/commands/extensions/remove.sh replace scripts/commands/extensions/query.sh? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: scripts/commands/extensions/query.sh replace scripts/commands/misc/debug.sh? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: scripts/commands/misc/debug.sh replace scripts/commands/misc/version.sh? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: scripts/commands/misc/version.sh replace scripts/commands/misc/info.sh? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: scripts/commands/misc/info.sh replace scripts/commands/misc/help.sh? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: scripts/commands/misc/help.sh replace scripts/libraries/grabenv.sh? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: scripts/libraries/grabenv.sh replace scripts/libraries/parse_yaml.sh? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: scripts/libraries/parse_yaml.sh replace scripts/libraries/misc.sh? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: scripts/libraries/misc.sh replace scripts/libraries/logFormat.sh? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: scripts/libraries/logFormat.sh replace SECURITY.md? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: SECURITY.md replace storage/extensions/.gitkeep? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: storage/extensions/.gitkeep replace storage/.extensions/.gitkeep? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: storage/.extensions/.gitkeep replace .github/ISSUE_TEMPLATE/config.yml? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: .github/ISSUE_TEMPLATE/config.yml replace .github/ISSUE_TEMPLATE/bug-report.yml? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: .github/ISSUE_TEMPLATE/bug-report.yml replace .github/ISSUE_TEMPLATE/feature-request.yml? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: .github/ISSUE_TEMPLATE/feature-request.yml replace .github/FUNDING.yml? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: .github/FUNDING.yml replace .gitignore? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: .gitignore replace .prettierrc.json? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: .prettierrc.json replace .shellcheckrc? [y]es, [n]o, [A]ll, [N]one, [r]ename: y inflating: .shellcheckrc root@instance---final:/var/www/pterodactyl# y y: command not found root@instance---final:/var/www/pterodactyl# chmod +x blueprint.sh root@instance---final:/var/www/pterodactyl# bash blueprint.sh mv: cannot move '/var/www/pterodactyl/blueprint' to '/var/www/pterodactyl/.blueprint/blueprint': Directory not empty ██▌▌▌ Blueprint Framework ██ ██▌▌▌ https://blueprint.zip ████▌▌▌ © 2023-2024 Emma (prpl.wtf) 15:21:36 INFO: Searching and validating framework dependencies.. ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 0%node: --openssl-legacy-provider is not allowed in NODE_OPTIONS 15:21:36 FATAL: Blueprint requires Node.js version 17 or higher to run. ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 0%root@instance---final:/var/www/pterodactyl# bash blueprint.sh mv: cannot move '/var/www/pterodactyl/blueprint' to '/var/www/pterodactyl/.blueprint/blueprint': Directory not empty ██▌▌▌ Blueprint Framework ██ ██▌▌▌ https://blueprint.zip ████▌▌▌ © 2023-2024 Emma (prpl.wtf) 15:22:07 INFO: Searching and validating framework dependencies.. ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 0%node: --openssl-legacy-provider is not allowed in NODE_OPTIONS 15:22:07 FATAL: Blueprint requires Node.js version 17 or higher to run. ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 0%root@instance---final:/var/www/pterodactyl# ^C root@instance---final:/var/www/pterodactyl#