diff --git a/install.sh b/install.sh index 0c647756..959aae99 100755 --- a/install.sh +++ b/install.sh @@ -104,6 +104,13 @@ if ask "Enable flatpak?"; then sudo flatpak override --filesystem=$HOME/.icons fi +# Install Timeshift +if ask "Install Timeshift?"; then + p i timeshift + sudo systemctl enable cronie + sudo systemctl start cronie +fi + # Copy configs echo "Copying configs..." cp -rf homeConfigs/.* ~