timeshift installer module

main
The_miro 2026-05-19 11:49:25 +02:00
parent 3cd4cb5df7
commit cfb949dff3
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#!/bin/bash
set -euo pipefail
sudo pacman -S --noconfirm --needed timeshift cronie
# Auto-snapshot before pacman transactions
yay -S --answerdiff None --answerclean All --noconfirm timeshift-autosnap
sudo systemctl enable --now cronie.service