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