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 \