From ac962c458b05e9b32a9698941667208cb7afd5f4 Mon Sep 17 00:00:00 2001 From: TyleoDvDelaware3217 Date: Thu, 29 May 2025 03:13:38 +0200 Subject: [PATCH] Ajouter update_system_with_apt --- update_system_with_apt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 update_system_with_apt diff --git a/update_system_with_apt b/update_system_with_apt new file mode 100644 index 0000000..f0bc93b --- /dev/null +++ b/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