some more fixes

This commit is contained in:
2023-11-27 21:11:09 +01:00
parent 955b6fe35a
commit 0068520878
2 changed files with 10 additions and 4 deletions

View File

@@ -31,8 +31,16 @@ makepkg -si
grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=ARCH
grub-mkconfig -o /boot/grub/grub.cfg
echo "
==> Bootloader set up.
"
read -p "Do you want to have a barebone (b) or complete (c) install? " installType
if [[ "$installType" != "c" ]]; then
yay -Syu --noconfirm nodejs npm rustup kate python-pip
yay -Syu --noconfirm nodejs npm rustup kate python-pip gcc
fi
yay -Syu --noconfirm vscodium