You've already forked dokuwiki-ubuntu
check if curl is available
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user