mirror of https://github.com/1N3/Sn1per.git
Update install.sh
Updated base dependencies for minimal images
This commit is contained in:
parent
e93d435a54
commit
163a6adf2b
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue