From a7dceb1378947a44e2b0cf531a81a717a5237682 Mon Sep 17 00:00:00 2001 From: Tim Beukert Date: Mon, 7 Jul 2025 09:07:13 +0200 Subject: [PATCH] =?UTF-8?q?Bash/get=5Fupdates.sh=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bash/get_updates.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Bash/get_updates.sh diff --git a/Bash/get_updates.sh b/Bash/get_updates.sh new file mode 100644 index 0000000..a2db4c3 --- /dev/null +++ b/Bash/get_updates.sh @@ -0,0 +1,3 @@ +#!/bin/bash +apt updates +apt list --upgradable \ No newline at end of file