Skip to content

Commit 656101c

Browse files
authored
Merge pull request #8 from thecrazytech1/patch-1
Updated the download release.zip command
2 parents 84bfc5f + b127bdc commit 656101c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/content/guides/admin/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sudo apt install -y curl wget unzip
2929
cd $PTERODACTYL_DIRECTORY
3030

3131
# Download and unzip Blueprint's latest release
32-
wget "$(curl -s https://api.github.com/repos/BlueprintFramework/framework/releases/latest | grep 'browser_download_url' | cut -d '"' -f 4)" -O $PTERODACTYL_DIRECTORY/release.zip
32+
wget "$(curl -s https://api.github.com/repos/BlueprintFramework/framework/releases/latest | grep 'browser_download_url' | grep 'release.zip' | cut -d '"' -f 4)" -O "$PTERODACTYL_DIRECTORY/release.zip"
3333
unzip -o release.zip
3434
```
3535

0 commit comments

Comments
 (0)