BlueArch/install.sh
2021-01-09 00:29:23 +02:00

17 lines
344 B
Bash
Executable File

#! /bin/bash
# partition your device manually.
# and mount it at /mnt
# wifi-menu
pacman -Syy
pacstrap /mnt base linux linux-firmware grub efibootmgr xorg leafpad vim git lxde lightdm lightdm-gtk-greeter lxde-common lxterminal lxsession openbox sudo
genfstab -U /mnt >> /mnt/etc/fstab
cp chscript.sh /mnt/chscript.sh
arch-chroot /mnt