Plasma Good

This commit is contained in:
Tipragot 2024-05-29 15:12:53 +02:00
parent 3b753573d1
commit 677ef262f0
2 changed files with 8 additions and 2 deletions

View file

@ -100,6 +100,12 @@ install_system() {
echo "Generate fstab..." echo "Generate fstab..."
genfstab -U /mnt >> /mnt/etc/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' url='https://git.tipragot.fr/tipragot/tos'
license=('MIT') license=('MIT')
pkgver='0.1.0' pkgver='0.1.1'
pkgrel='1' pkgrel='1'
depends=('tos-core' 'plasma-meta' 'kde-applications-meta') depends=('tos-core' 'plasma-meta')