Updated the first boot script.

This commit is contained in:
Storm Dragon 2024-02-16 01:36:59 -05:00
parent 3a37c33a64
commit 2af9365e22
1 changed files with 1 additions and 0 deletions

View File

@ -2,4 +2,5 @@
if [[ "$(tty)" = "/dev/tty1" ]]; then
configure-stormux
rm /etc/profile.d/stormux_first_boot.sh
fi