Removed timeshift to improve compatibility

This commit is contained in:
2024-04-17 16:10:06 +01:00
parent d5fa3c0fd4
commit 738de507b0

View File

@@ -24,7 +24,6 @@
element-desktop # Matrix Messages
gnome-secrets # Password Manager
newsflash # RSS Reader [Nextcloud]
timeshift # Backup
eyedropper # Color Picker
gnome-obfuscate # Image Editor
gnome-podcasts # Podcast Client
@@ -99,9 +98,6 @@
if [ "$(uname -s)" = "Darwin" ]; then
sudo softwareupdate -iaR
else
if [ "$(command -v timeshift)" ]; then
sudo timeshift --create
fi
sudo journalctl --vacuum-time=7d
# Flatpak
if [ "$(command -v flatpak)" ]; then