feat: 🔒Added update script

This commit is contained in:
2025-10-15 17:52:35 +01:00
parent 195d7f3b06
commit 8beaf9fe92
3 changed files with 40 additions and 1 deletions
Executable
+18
View File
@@ -0,0 +1,18 @@
# !bin/bash
echo Doing some updates!
echo Checking for dnf updates...
sudo dnf update -y
echo Checking for flatpak updates...
sudo flatpak update -y
echo Doing a quick clean up...
sudo dnf clean all
echo Checking if we need a restart...
sudo dnf needs-restarting