Skip to content

Commit

Permalink
fix(README): use Git for cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als authored Sep 30, 2024
1 parent 5985695 commit 3b30946
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ mkdir -p /var/www/pterodactyl
cd /var/www/pterodactyl

# Download and extract panel
curl -Lo main.tar.gz https://github.com/pyrohost/pyrodactyl/archive/refs/heads/main.tar.gz
tar -xzf main.tar.gz --strip-components=1 -C /var/www/pterodactyl pyrodactyl-main/
git clone https://github.com/pyrohost/pyrodactyl.git /var/www/pterodactyl --depth=2

# Permissions for caches
chmod -R 755 storage/* bootstrap/cache/
Expand Down

0 comments on commit 3b30946

Please sign in to comment.