From ffec3ff61b20037c9ff93e137f9ba2e599cc55ed Mon Sep 17 00:00:00 2001 From: axt los Date: Fri, 18 Nov 2022 20:45:29 +0000 Subject: [PATCH] Add grub-btrfs to packages installed with timeshift --- src/functions/base.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions/base.rs b/src/functions/base.rs index 356fb0e..c23b282 100755 --- a/src/functions/base.rs +++ b/src/functions/base.rs @@ -159,7 +159,7 @@ pub fn install_bootloader_legacy(device: PathBuf) { } pub fn setup_timeshift() { - install(vec!["timeshift", "timeshift-autosnap"]); + install(vec!["timeshift", "timeshift-autosnap", "grub-btrfs"]); exec_eval( exec_chroot("timeshift", vec![String::from("--btrfs")]), "setup timeshift",