added timeshift support

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

@ -228,10 +228,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
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
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
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
fi
if [[ "$EFI" == "yes" ]]; then
@ -461,4 +461,7 @@ if [[ "$MP" != "n" ]]; then
fi
fi
inf "setting up timeshift"
arch-chroot /mnt timeshift --btrfs
inf "Installation should now be complete."

Loading…
Cancel
Save