From f87a4137e20e51642111249f06b3b84d65c03d8c Mon Sep 17 00:00:00 2001 From: gabeszm Date: Sat, 21 Dec 2024 15:56:47 +0100 Subject: [PATCH] 00 --- arch_install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch_install.sh b/arch_install.sh index f725812..456d605 100644 --- a/arch_install.sh +++ b/arch_install.sh @@ -20,7 +20,7 @@ echo "ALL ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/disable-password > if [ -f "tweak.sh" ]; then echo "A Tweak telepítő szkript sikeresen letöltve. Futtatás..." sudo chmod +x tweak.sh - sudo bash -x tweak.sh | tee tweak.log + sudo -u $(whoami) bash -x tweak.sh | tee tweak.log else echo "Nem sikerült letölteni a Tweak telepítő szkriptet." exit 1 @@ -93,7 +93,7 @@ if [ "$de_choice" == "1" ]; then if [ -f "gnome.sh" ]; then echo "A GNOME telepítő szkript sikeresen letöltve. Futtatás..." sudo chmod +x gnome.sh - sudo bash -x gnome.sh | tee gnome_install.log + sudo -u $(whoami) bash -x gnome.sh | tee gnome_install.log else echo "Nem sikerült letölteni a GNOME telepítő szkriptet." exit 1 @@ -132,7 +132,7 @@ if [ "$de_choice" == "1" ]; then if [ -f "rp_cosmetics.sh" ]; then echo "A rp_cosmetics telepítő szkript sikeresen letöltve. Futtatás..." sudo chmod +x rp_cosmetics.sh - sudo bash -x rp_cosmetics.sh | tee rp_cosmetics.log + sudo -u $(whoami) bash -x rp_cosmetics.sh | tee rp_cosmetics.log else echo "Nem sikerült letölteni a rp_cosmetics telepítő szkriptet." exit 1