From f543c2b3f1ef5c94561cb5b6c9489dcb84dd2035 Mon Sep 17 00:00:00 2001 From: Werner Date: Sat, 18 Feb 2023 20:53:22 -0300 Subject: [PATCH] Update Ubuntu.sh --- Scripts/Ubuntu.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/Scripts/Ubuntu.sh b/Scripts/Ubuntu.sh index 1feade5..bf2ea6b 100644 --- a/Scripts/Ubuntu.sh +++ b/Scripts/Ubuntu.sh @@ -9,11 +9,9 @@ sudo DEBIAN_FRONTEND=noninteractive apt update && sudo DEBIAN_FRONTEND=nonintera # Dependencies sudo DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends \ - bash \ ca-certificates \ curl \ git \ - gnupg \ gzip \ htop \ iputils-ping \ @@ -21,7 +19,6 @@ sudo DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends \ nano \ neofetch \ net-tools \ - python3 \ qemu-guest-agent \ tar \ ufw \