diff --git a/citrine.internal.sh b/citrine.internal.sh index a0aa91c..13d2d41 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -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." \ No newline at end of file