From bd73ea5e5e62c6afd071a2413decdc9079c65e40 Mon Sep 17 00:00:00 2001 From: nannal Date: Sat, 9 Jan 2021 01:16:08 +0200 Subject: [PATCH] auto install good pckgs and run chscript --- chscript.sh | 5 +++++ install.sh | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/chscript.sh b/chscript.sh index ac7d47d..e33d0b1 100755 --- a/chscript.sh +++ b/chscript.sh @@ -51,4 +51,9 @@ echo "blue ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers sudo -u blue makepkg -si +yay -S --noconfirm firefox +yay -S --noconfirm vlc +yay -S --noconfirm atom-editor + + exit \ No newline at end of file diff --git a/install.sh b/install.sh index 780d5bc..3b8b128 100755 --- a/install.sh +++ b/install.sh @@ -14,4 +14,6 @@ genfstab -U /mnt >> /mnt/etc/fstab cp chscript.sh /mnt/chscript.sh -arch-chroot /mnt \ No newline at end of file +arch-chroot /mnt /chscript.sh + +reboot \ No newline at end of file