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