From dbf9c7333b52a8e2d861e6c3bbdc91d09d01407b Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 20 Oct 2024 19:55:36 +0200 Subject: [PATCH] Update main.sh --- main.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/main.sh b/main.sh index fe5a254..2e85e87 100755 --- a/main.sh +++ b/main.sh @@ -22,6 +22,7 @@ echo "root ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers git clone 'https://mpr.makedeb.org/xivlauncher-rb' chmod -R 777 ./xivlauncher-rb/ +chmod -R 777 /root cd xivlauncher-rb/ su build -s /usr/bin/bash -p -c 'yes | makedeb -s'