From e0d4f06229ca5cb526a6d4f5560a01bcaa609a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 24 Apr 2019 13:32:32 +0200 Subject: [PATCH] Update update.sh --- update/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update/update.sh b/update/update.sh index 0d3d54a..f069e0c 100644 --- a/update/update.sh +++ b/update/update.sh @@ -1,3 +1,4 @@ #!/bin/bash apt update apt upgrade -y +apt autoremove