From e1e91f4062c2123df4136e8b9ce1b70eca70ca50 Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 20 Oct 2024 19:58:26 +0200 Subject: [PATCH] Update main.sh --- main.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 2e85e87..6eb2ad7 100755 --- a/main.sh +++ b/main.sh @@ -22,7 +22,9 @@ 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 +chmod -R 777 /root/.config/ +chmod 777 /root + cd xivlauncher-rb/ su build -s /usr/bin/bash -p -c 'yes | makedeb -s'