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