From 7a54a26538f0f55dc1d97ada11a1db3c9dcade6c Mon Sep 17 00:00:00 2001 From: TyleoDvDelaware3217 Date: Thu, 29 May 2025 03:12:24 +0200 Subject: [PATCH] Ajouter #!/usr/bin/update_system_with_apt --- #!/usr/bin/update_system_with_apt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 #!/usr/bin/update_system_with_apt diff --git a/#!/usr/bin/update_system_with_apt b/#!/usr/bin/update_system_with_apt new file mode 100644 index 0000000..f0bc93b --- /dev/null +++ b/#!/usr/bin/update_system_with_apt @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +sudo apt update +sudo apt upgrade -y +sudo flatpak update -y \ No newline at end of file