From 9495789364495438e16fb2cbe715091e557a8de3 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sat, 27 Jan 2024 23:07:53 +0000 Subject: [PATCH] fix: enable fuse and get teh correct archetecture for the contaienr --- configs/games_wing.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configs/games_wing.yaml b/configs/games_wing.yaml index f465d45..93d3fbb 100644 --- a/configs/games_wing.yaml +++ b/configs/games_wing.yaml @@ -71,6 +71,7 @@ packages: - containerd.io - docker-buildx-plugin - docker-compose-plugin + - fuse-overlayfs action: install actions: @@ -102,9 +103,12 @@ actions: cp /etc/resolv.conf /etc/resolv.conf.bak echo -e "\nnameserver 9.9.9.9" >> /etc/resolv.conf + # enable fuse + ln -s /usr/bin/fuse-overlayfs /usr/local/bin/fuse-overlayfs + # install the wings mkdir -p /etc/pterodactyl - curl -L -o /usr/local/bin/wings "https://github.com/pterodactyl/wings/releases/latest/download/wings_linux_$([[ "$(uname -m)" == "x86_64" ]] && echo "amd64" || echo "arm64")" + curl -L -o /usr/local/bin/wings "https://github.com/pterodactyl/wings/releases/latest/download/wings_linux_amd64" chmod u+x /usr/local/bin/wings # setup config file