add which package

pull/3/head
Amy 3 years ago
parent 933d632b7a
commit a870b1cbd0
No known key found for this signature in database
GPG Key ID: 6672E6DD65BEA50B

@ -247,10 +247,10 @@ fi
inf "Setting up base Crystal System"
crystalstrap /mnt base linux linux-firmware systemd-sysvcompat networkmanager man-db man-pages texinfo micro sudo curl archlinux-keyring neofetch btrfs-progs timeshift timeshift-autosnap
crystalstrap /mnt base linux linux-firmware systemd-sysvcompat networkmanager man-db man-pages texinfo micro sudo curl archlinux-keyring neofetch btrfs-progs timeshift timeshift-autosnap which
if [[ ! "$?" == "0" ]]; then
inf "CrystalStrap had some error. Retrying."
crystalstrap /mnt base linux linux-firmware systemd-sysvcompat networkmanager man-db man-pages texinfo micro sudo curl archlinux-keyring neofetch btrfs-progs timeshift timeshift-autosnap
crystalstrap /mnt base linux linux-firmware systemd-sysvcompat networkmanager man-db man-pages texinfo micro sudo curl archlinux-keyring neofetch btrfs-progs timeshift timeshift-autosnap which
fi
if [[ "$EFI" == "yes" ]]; then
@ -508,4 +508,4 @@ fi
inf "setting up timeshift"
arch-chroot /mnt timeshift --btrfs
inf "Installation should now be complete."
inf "Installation should now be complete."
Loading…
Cancel
Save