From ae4eeae46e02789d685300782026e62abc4e5d0d Mon Sep 17 00:00:00 2001 From: Wheelz Date: Sat, 28 Mar 2026 02:07:29 -0500 Subject: [PATCH] Update gamenodesetup --- gamenodesetup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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