We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84bfc5f + b127bdc commit 656101cCopy full SHA for 656101c
apps/frontend/content/guides/admin/install.md
@@ -29,7 +29,7 @@ sudo apt install -y curl wget unzip
29
cd $PTERODACTYL_DIRECTORY
30
31
# 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
+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"
33
unzip -o release.zip
34
```
35
0 commit comments