diff --git a/bin/omarchy-cmd-first-run b/bin/omarchy-cmd-first-run index bd1fd2da..9334d1d3 100755 --- a/bin/omarchy-cmd-first-run +++ b/bin/omarchy-cmd-first-run @@ -8,5 +8,5 @@ if [[ -f "$FIRST_RUN_MODE" ]]; then rm -f "$FIRST_RUN_MODE" $OMARCHY_PATH/install/first-run/battery-monitor.sh $OMARCHY_PATH/install/first-run/firewall.sh - sudo rm -f /etc/sudoers.d/first-run &>/dev/null + sudo rm -f /etc/sudoers.d/first-run fi diff --git a/install/preflight/first-run-mode.sh b/install/preflight/first-run-mode.sh index 0429ab0f..e1ae129c 100755 --- a/install/preflight/first-run-mode.sh +++ b/install/preflight/first-run-mode.sh @@ -8,6 +8,6 @@ touch ~/.local/state/omarchy/first-run.mode sudo tee /etc/sudoers.d/first-run >/dev/null <