Ajouter update_system_with_apt

This commit is contained in:
Tyleo Dv. Delaware 2025-05-29 03:13:38 +02:00
parent 1c656aa9ac
commit ac962c458b

5
update_system_with_apt Normal file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
sudo apt update
sudo apt upgrade -y
sudo flatpak update -y