Fix removal part of first boot script.

This commit is contained in:
Storm Dragon 2024-03-03 14:24:24 -05:00
parent 51f8c1b3d4
commit 563362985f
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ Please press enter to continue.
EOF
read -r
sudo configure-stormux
sudo rm -- "$0"
sudo rm -- "/etc/profile.d/stormux_first_boot.sh"
fi