mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-09-02 16:26:22 +00:00
Update install.sh
This commit is contained in:
parent
a6d75002cd
commit
871fa91616
1 changed files with 2 additions and 0 deletions
|
@ -213,6 +213,8 @@ fi
|
|||
# If not present install them
|
||||
function fuCHECKPACKAGES {
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt-get -y update
|
||||
apt-get -y install curl
|
||||
echo "### Installing apt-fast"
|
||||
/bin/bash -c "$(curl -sL https://raw.githubusercontent.com/ilikenwf/apt-fast/master/quick-install.sh)"
|
||||
echo -n "### Checking for installer dependencies: "
|
||||
|
|
Loading…
Reference in a new issue