Compare commits

...

2 commits

Author SHA1 Message Date
Tipragot 14d042b15e Plasma YES 2024-05-29 15:23:20 +02:00
Tipragot 677ef262f0 Plasma Good 2024-05-29 15:12:53 +02:00
2 changed files with 9 additions and 8 deletions

View file

@ -90,16 +90,17 @@ 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
echo "Enable Network Manager..."
arch-chroot /mnt systemctl enable NetworkManager
echo "Enable Display Manager..."
arch-chroot /mnt systemctl enable sddm
}
# ===================== #

View file

@ -4,6 +4,6 @@ arch=('any')
url='https://git.tipragot.fr/tipragot/tos'
license=('MIT')
pkgver='0.1.0'
pkgver='0.1.1'
pkgrel='1'
depends=('tos-core' 'plasma-meta' 'kde-applications-meta')
depends=('tos-core' 'plasma-meta')