Skip to content

Commit b127bdc

Browse files
Removed sudo from command
Removed sudo from command, due to assuming user has sufficient permissions
1 parent d231577 commit b127bdc

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-
sudo 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"
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)