base install for amzn

This commit is contained in:
mhsanaei
2024-09-26 12:19:18 +02:00
parent 6cf2b56f9b
commit 8b6e3491c4
2 changed files with 5 additions and 5 deletions

View File

@@ -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)