mirror of https://github.com/1N3/Sn1per.git
Updated Kali repo GPG key
This commit is contained in:
parent
179ac1e783
commit
ed440db38c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue