diff --git a/dokuwikiinstall b/dokuwikiinstall index ce2a525..28fce0f 100755 --- a/dokuwikiinstall +++ b/dokuwikiinstall @@ -56,6 +56,11 @@ clear # inputcheck "$hostname" +# +# Ensure curl, unzip and wget are available +# +for tool in curl unzip wget; do dpkg -s "$tool" &>/dev/null || apt install -y -qq "$tool" ; done + # # Clone nginx-snippets; if nginx-snippets exists then just pull latest changes #