Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit b0257c4

Browse files
committed
2 parents 3d79e99 + 8a2b5fe commit b0257c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ php artisan down
1515
# Download files and move them to the installation dir
1616
cd /tmp
1717
git clone https://github.com/jexactyl/plugin-manager-addon
18-
cp -R * /var/www/pterodactyl/
18+
cp -R plugin-manager-addon/code/* /var/www/pterodactyl/
1919

2020
# Install NodeJS and Yarn
2121
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -

0 commit comments

Comments
 (0)