From ed440db38c7e7c2d1aa2132e3a0bd8f1095532f9 Mon Sep 17 00:00:00 2001 From: xer0dayz <1N3@hushmail.com> Date: Tue, 3 Jun 2025 14:26:40 -0700 Subject: [PATCH] Updated Kali repo GPG key --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 699e6d2..17cdeb7 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 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 + echo -e "$OKBLUE[*]$RESET Installing package dependencies...$RESET" apt update apt install -y nfs-common