From 14d042b15e83a2bc704bb58f9d99395a7e7b6423 Mon Sep 17 00:00:00 2001 From: Tipragot Date: Wed, 29 May 2024 15:23:20 +0200 Subject: [PATCH] Plasma YES --- installation/install | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/installation/install b/installation/install index 7ab1ccc..4e4f6dc 100755 --- a/installation/install +++ b/installation/install @@ -90,13 +90,8 @@ setup_disk() { # ====================== # 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..." - 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..." genfstab -U /mnt >> /mnt/etc/fstab