From 78fbf455e3f6ca59191eb11b81f88076c0b3357b Mon Sep 17 00:00:00 2001 From: Werner Date: Tue, 28 Feb 2023 13:17:50 -0800 Subject: [PATCH] Update Ubuntu.sh --- Scripts/Ubuntu.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Scripts/Ubuntu.sh b/Scripts/Ubuntu.sh index 1e9c751..53fecbe 100644 --- a/Scripts/Ubuntu.sh +++ b/Scripts/Ubuntu.sh @@ -1,9 +1,11 @@ #!/usr/bin/env sh -export DEBIAN_FRONTEND=noninteractive +touch ~/.hushlogin # Update +export DEBIAN_FRONTEND=noninteractive + sudo apt update && sudo apt upgrade -y # Dependencies