summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 0042070..7fedb04 100755
--- a/install.sh
+++ b/install.sh
@@ -375,7 +375,13 @@ if [[ "${swaydesktop}" == true ]]; then
vifm newsraft calcurse zathura-pdf-poppler yt-dlp mpv \
bluez-dinit bluez-utils \
podman podman-compose flatpak \
- dillo firefox
+ dillo firefox \
+ snapper snap-pac grub-btrfs
+
+ # setup snapper
+ artix-chroot /mnt bash -c "umount /.snapshots; rmdir /.snapshots"
+ artix-chroot /mnt bash -c "snapper -c root create-config /"
+
fi
# FINISH