Update installation script to include curl and wget

This commit is contained in:
Andras Bacsai
2023-11-28 13:28:15 +01:00
parent e35b8a0f96
commit 44f6d93639
2 changed files with 3 additions and 5 deletions

View File

@@ -46,7 +46,6 @@ ubuntu | debian | raspbian)
apt install -y curl wget git jq >/dev/null 2>&1
;;
centos | fedora | rhel | ol | rocky)
dnf update -y >/dev/null 2>&1
dnf install -y curl wget git jq >/dev/null 2>&1
;;
sles | opensuse-leap | opensuse-tumbleweed)