Fix file path
This commit is contained in:
parent
c73c1c90bf
commit
066ec7ffff
@ -5,7 +5,7 @@ set -e
|
||||
FIRST_RUN_MODE=~/.local/state/omarchy/first-run.mode
|
||||
|
||||
if [[ -f "$FIRST_RUN_MODE" ]]; then
|
||||
rm -f FIRST_RUN_MODE
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user