diff --git a/gamenodesetup b/gamenodesetup index 22a1d52..ce913ad 100644 --- a/gamenodesetup +++ b/gamenodesetup @@ -93,6 +93,6 @@ echo "Docker is installed user docker -v to check" echo "unattended logs can be found at /var/log/unattended-upgrades/" echo "You can access Cockpit at: https://localhost:9090" -mkdir pterodactyl -mkdir /pterodactyl/wings -curl -O --output-dir ./test/test1 https://gitea.wheelytho.com/Wheelz/Game-Node-Install/raw/branch/main/docker-compose.yml \ No newline at end of file +sudo mkdir pterodactyl +sudo mkdir ./pterodactyl/wings +curl -O --output-dir ./pterodactyl/wings https://gitea.wheelytho.com/Wheelz/Game-Node-Install/raw/branch/main/docker-compose.yml \ No newline at end of file