Update pika-install-chroot.sh

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-11-07 17:02:49 +03:00 committed by GitHub
parent fc55cda663
commit c4b669d6ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,8 @@ then
chmod +x /var/albius-crypttab.sh
/var/albius-crypttab.sh
fi
# Generate locales
locale-gen || true
# Setup keyboard and locales
chmod +x /var/albius-lang_linux.sh
/var/albius-lang_linux.sh
@ -29,8 +31,6 @@ apt install -y /var/cache/apt/archives/pika-refind-theme*.deb /var/cache/apt/arc
# Remove installer from installed system
apt remove casper vanilla-installer -y || true
apt autoremove -y || true
# Generate locales
locale-gen || true
# Create first setup user
useradd -m -k -U pikaos || true
echo pikaos:pikaos | chpasswd || true