Compare commits

..

No commits in common. "14d042b15e83a2bc704bb58f9d99395a7e7b6423" and "3b753573d1d030799e65a3ee4ac821e24f1c63ab" have entirely different histories.

2 changed files with 8 additions and 9 deletions

View file

@ -90,17 +90,16 @@ 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 'base' 'linux' 'linux-firmware' 'grub' 'efibootmgr' 'lvm2' 'sudo' plasma-meta xf86-video-intel intel-ucode
pacstrap -K /mnt tos-desktop "tos-drivers-${drivers}"
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.1'
pkgver='0.1.0'
pkgrel='1'
depends=('tos-core' 'plasma-meta')
depends=('tos-core' 'plasma-meta' 'kde-applications-meta')