Ajouter #!/usr/bin/update_system_with_apt

This commit is contained in:
Tyleo Dv. Delaware 2025-05-29 03:12:24 +02:00
parent ee9b0322ea
commit 7a54a26538

View file

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