You've already forked wordpress-ubuntu
ensure curl is installed
This commit is contained in:
@@ -136,6 +136,11 @@ if [[ "$dbname" =~ [[:space:]] || "$dbuser" =~ [[:space:]] || "$dbpass" =~ [[:sp
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#
|
||||||
|
# Ensure curl is installed
|
||||||
|
#
|
||||||
|
for tool in curl; do dpkg -s "$tool" &>/dev/null || apt install -y -qq "$tool" ; done
|
||||||
|
|
||||||
#
|
#
|
||||||
# Download, install, and configure the latest WordPress version
|
# Download, install, and configure the latest WordPress version
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user