Compare commits

...

2 Commits

Author SHA1 Message Date
Storm Dragon 2af9365e22 Updated the first boot script. 2024-02-16 01:36:59 -05:00
Storm Dragon 3a37c33a64 New attempt at getting configure-stormux to run on first boot. 2024-02-16 01:35:39 -05:00
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +0,0 @@
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
@reboot root /usr/bin/local/configure-stormux

View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
if [[ "$(tty)" = "/dev/tty1" ]]; then
configure-stormux
rm /etc/profile.d/stormux_first_boot.sh
fi