Make sure we don't get stuck in a loop
This commit is contained in:
parent
55daa135a7
commit
e8f932b0f6
@ -5,8 +5,8 @@ set -e
|
||||
FIRST_RUN_MODE=~/.local/state/omarchy/first-run.mode
|
||||
|
||||
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
|
||||
rm FIRST_RUN_MODE
|
||||
sudo rm -f /etc/sudoers.d/first-run &>/dev/null
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user