From a42a63aff011639a8b595d471565a7e9955dd78d Mon Sep 17 00:00:00 2001 From: LakshyaTheMinecrafter Date: Tue, 30 Sep 2025 14:57:01 +0530 Subject: [PATCH] Update Installation.md --- docs/pages/getting-started/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/getting-started/Installation.md b/docs/pages/getting-started/Installation.md index f640d5d..f578ec0 100644 --- a/docs/pages/getting-started/Installation.md +++ b/docs/pages/getting-started/Installation.md @@ -77,7 +77,7 @@ Unarchive the release you downloaded in the previous step in your Pterodactyl fo ```bash mv release.zip /var/www/pterodactyl/release.zip cd /var/www/pterodactyl -unzip release.zip +unzip -o release.zip ``` `unzip` might give you the choice to overwrite a file or not. When installing Blueprint, always overwrite existing Pterodactyl files, as they are needed for Blueprint to function.