From 15ec5889734679febf4ce96877cb749a5f0d2112 Mon Sep 17 00:00:00 2001 From: gabeszm Date: Sat, 21 Dec 2024 16:16:02 +0100 Subject: [PATCH] 00 --- arch_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch_install.sh b/arch_install.sh index f34efb7..affc9a2 100644 --- a/arch_install.sh +++ b/arch_install.sh @@ -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 -E 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