Home aktualisiert

2026-06-09 13:35:26 +02:00
parent 059c0528e1
commit e11b1ebffc
+6
@@ -3,3 +3,9 @@
```bash ```bash
sudo apt update && sudo apt full-upgrade -y && sudo apt autoremove -y && sudo apt autoclean sudo apt update && sudo apt full-upgrade -y && sudo apt autoremove -y && sudo apt autoclean
``` ```
### Neustart (nur wenn Kernel oder wichtige Pakete aktualisiert wurden)
```bash
sudo reboot
```