diff options
| author | Sergio <sergiotarxz@posteo.net> | 2026-08-26 01:35:19 +0200 |
|---|---|---|
| committer | Sergio <sergiotarxz@posteo.net> | 2026-08-26 01:35:19 +0200 |
| commit | ce443c844cf625856b1a508e681366da2dad8fbc (patch) | |
| tree | 70d95d68002366bf4abc61d5709b23e93a883d9b | |
| parent | 5bc47f73cfee5802f36a7df3ba21bb94b592181e (diff) | |
Incorrect order, bad sight
| -rw-r--r-- | lib/AlgaOS/Installer/GUI.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AlgaOS/Installer/GUI.pm b/lib/AlgaOS/Installer/GUI.pm index 1c99f52..8d8fd77 100644 --- a/lib/AlgaOS/Installer/GUI.pm +++ b/lib/AlgaOS/Installer/GUI.pm @@ -710,8 +710,8 @@ set superusers="admin" password_pbkdf2 admin grub.pbkdf2.sha512.$hash_complete EOF - excfailexit qw{plymouth-set-default-theme colorful_loop}; excfailexit qw{emerge --sync}; + excfailexit qw{plymouth-set-default-theme colorful_loop}; for my $kver ( glob("/boot/kernel-*") ) { die "No kernel found in /boot\n" unless $kver; |
