mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
Install sudo before apt-fast script
sudo is not installed in all debian variants
This commit is contained in:
parent
504e3f2734
commit
d9f7360daf
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ function fuCHECKPACKAGES {
|
|||
then
|
||||
echo "### Installing deps for apt-fast"
|
||||
apt-get -y update
|
||||
apt-get -y install curl wget
|
||||
apt-get -y install curl wget sudo
|
||||
fi
|
||||
echo "### Installing apt-fast"
|
||||
/bin/bash -c "$(curl -sL https://raw.githubusercontent.com/ilikenwf/apt-fast/master/quick-install.sh)"
|
||||
|
|
Loading…
Reference in a new issue