auto install good pckgs and run chscript

This commit is contained in:
nannal 2021-01-09 01:16:08 +02:00
parent 559f0cfe9d
commit bd73ea5e5e
2 changed files with 8 additions and 1 deletions

View File

@ -51,4 +51,9 @@ echo "blue ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
sudo -u blue makepkg -si sudo -u blue makepkg -si
yay -S --noconfirm firefox
yay -S --noconfirm vlc
yay -S --noconfirm atom-editor
exit exit

View File

@ -14,4 +14,6 @@ genfstab -U /mnt >> /mnt/etc/fstab
cp chscript.sh /mnt/chscript.sh cp chscript.sh /mnt/chscript.sh
arch-chroot /mnt arch-chroot /mnt /chscript.sh
reboot