From 7ece566788803733aaa48c8b3fb7af62fd24f74c Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 24 Mar 2024 13:04:11 +0100 Subject: [PATCH] Fix non-functioning commands --- scripts/Arch/OS/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Arch/OS/install.sh b/scripts/Arch/OS/install.sh index 1a795618..db60d280 100755 --- a/scripts/Arch/OS/install.sh +++ b/scripts/Arch/OS/install.sh @@ -5,7 +5,7 @@ pushd "$rootDir" > /dev/null; function autoRoot() { { echo "$USER ALL=(ALL:ALL) NOPASSWD: ALL" - } > "/etc/sudoers.d/PortValhalla.conf"; + } | sudo tee "/etc/sudoers.d/PortValhalla.conf" > /dev/null; } runHook initialize \