From 163a6adf2b8f8eae0abae8c3fcde838fa6eb4d6d Mon Sep 17 00:00:00 2001 From: xer0dayz <1N3@hushmail.com> Date: Sat, 27 Sep 2025 15:24:19 -0700 Subject: [PATCH] Update install.sh Updated base dependencies for minimal images --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 326feb7..b67cb01 100755 --- a/install.sh +++ b/install.sh @@ -70,6 +70,9 @@ if [[ $UBUNTU_CHECK == "DISTRIB_ID=Ubuntu" ]]; then apt install golang fi +echo -e "$OKBLUE[*]$RESET Installing base dependencies...$RESET" +apt install -y sudo gpg curl + echo -e "$OKBLUE[*]$RESET Updating repositories... $OKBLUE[$RESET${OKGREEN}OK${RESET}$OKBLUE]$RESET" curl -fsSL https://archive.kali.org/archive-key.asc | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/kali.gpg --yes