diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-09-26 13:19:18 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-09-26 13:19:18 +0300 |
| commit | 8b6e3491c4ed8e8dca8c068d99c4126b6927cf2e (patch) | |
| tree | 9823e10506567d3a6cae77bcdb60ca12c4adba8c /install.sh | |
| parent | 6cf2b56f9bdb38452a4ecdd1b10ae3cf6ed41bbe (diff) | |
base install for amzn
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ install_base() { centos | almalinux | rocky | oracle) yum -y update && yum install -y -q wget curl tar tzdata ;; - fedora) + fedora | amzn) dnf -y update && dnf install -y -q wget curl tar tzdata ;; arch | manjaro | parch) |
