You've already forked zabbix-ubuntu
ensure curl and wget are installed
This commit is contained in:
@@ -138,6 +138,11 @@ if [[ -z "$zabbix_version" ]]; then printf "Could not determine latest Zabbix ve
|
||||
|
||||
printf "Using Zabbix version: %s\n\n" "$zabbix_version"
|
||||
|
||||
#
|
||||
# Ensure curl and wget are installed
|
||||
#
|
||||
for tool in curl wget; do dpkg -s "$tool" &>/dev/null || apt install -y -qq "$tool" ; done
|
||||
|
||||
#
|
||||
# Download and install the Zabbix repository
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user