install make
This commit is contained in:
@@ -21,7 +21,7 @@ if [ ! -d $logdir ] ; then
|
||||
fi
|
||||
|
||||
# install dependencies
|
||||
packages=(gcc wget nginx ufw sqlite3 bzip2 zlib1g-dev libffi-dev openssl)
|
||||
packages=(gcc wget nginx ufw make sqlite3 bzip2 zlib1g-dev libffi-dev openssl)
|
||||
for package in ${packages[@]};
|
||||
do
|
||||
echo -e "\tInstalling $package"
|
||||
|
||||
Reference in New Issue
Block a user