OS - Parch , OpenSUSE

This commit is contained in:
mhsanaei
2024-05-09 19:49:15 +02:00
parent 559aad9967
commit 2f02b71ed4
2 changed files with 9 additions and 0 deletions

View File

@@ -100,6 +100,9 @@ fi
install_base() {
case "${release}" in
ubuntu | debian | armbian)
apt-get update && apt-get install -y -q wget curl tar tzdata
;;
centos | almalinux | rocky | oracle)
yum -y update && yum install -y -q wget curl tar tzdata
;;