diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-05-09 20:49:15 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-05-09 20:49:15 +0300 |
| commit | 2f02b71ed4110465e227e27e08e954ab8654d90d (patch) | |
| tree | f47348c353c1a181ae18f409ebd8bf49a11afff6 /install.sh | |
| parent | 559aad9967ec89cf0ddc3c5baa0bcda0f6a7c226 (diff) | |
OS - Parch , OpenSUSE
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ;; |
