diff --git a/chroot.sh b/chroot.sh index 18e0b17..03466b9 100755 --- a/chroot.sh +++ b/chroot.sh @@ -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 diff --git a/install.sh b/install.sh index e8abc4f..5e5716c 100755 --- a/install.sh +++ b/install.sh @@ -30,8 +30,6 @@ if [[ -z "$driveName" ]]; then exit 1 fi -read -p "Do you want to have a barebone (b) or complete (c) install? " installType - read -p "Do you really want to install (y/N) " doProceed if [[ "$doProceed" != "y" ]]; then @@ -77,7 +75,7 @@ mount "/dev/${driveName}2" /mnt mkdir /mnt/boot mount "/dev/${driveName}1" /mnt/boot -pacstrap -K /mnt base linux-zen linux-firmware nano networkmanager efibootmgr grub man git xfce4 base-devel gcc fish sudo gdm plymouth --noconfirm +pacstrap -K /mnt base linux-zen linux-firmware nano networkmanager efibootmgr grub man git xfce4 base-devel fish sudo gdm plymouth --noconfirm echo "