check if user did manual partitioning before setting up timeshift

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

@ -499,7 +499,9 @@ if [[ "$MP" != "n" ]]; then
fi fi
fi fi
if [[ "$MANUAL" == "yes"]]; then
inf "setting up timeshift" inf "setting up timeshift"
arch-chroot /mnt timeshift --btrfs arch-chroot /mnt timeshift --btrfs
fi
inf "Installation should now be complete." inf "Installation should now be complete."
Loading…
Cancel
Save