Plasma YES

This commit is contained in:
Tipragot 2024-05-29 15:23:20 +02:00
parent 677ef262f0
commit 14d042b15e

View file

@ -90,13 +90,8 @@ setup_disk() {
# ====================== # # ====================== #
install_system() { install_system() {
echo "Add tos repository..."
echo "[tos]" >> /etc/pacman.conf
echo "SigLevel = Optional TrustAll" >> /etc/pacman.conf
echo "Server = https://git.tipragot.fr/tipragot/tos/raw/branch/main/repository" >> /etc/pacman.conf
echo "Install arch linux..." echo "Install arch linux..."
pacstrap -K /mnt tos-desktop "tos-drivers-${drivers}" pacstrap -K /mnt 'base' 'linux' 'linux-firmware' 'grub' 'efibootmgr' 'lvm2' 'sudo' plasma-meta xf86-video-intel intel-ucode
echo "Generate fstab..." echo "Generate fstab..."
genfstab -U /mnt >> /mnt/etc/fstab genfstab -U /mnt >> /mnt/etc/fstab