diff --git a/pi4/files/etc/profile.d/stormux_first_boot.sh b/pi4/files/etc/profile.d/stormux_first_boot.sh index 7342abd..b2b355a 100755 --- a/pi4/files/etc/profile.d/stormux_first_boot.sh +++ b/pi4/files/etc/profile.d/stormux_first_boot.sh @@ -2,4 +2,5 @@ if [[ "$(tty)" = "/dev/tty1" ]]; then configure-stormux + rm /etc/profile.d/stormux_first_boot.sh fi