From 7df48977ec6d40f646786407f9f7f1c5f95bd390 Mon Sep 17 00:00:00 2001 From: Astound Date: Mon, 19 May 2025 14:30:26 -0500 Subject: Add more support OS --- hyperterm/core/autodep.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hyperterm/core') diff --git a/hyperterm/core/autodep.sh b/hyperterm/core/autodep.sh index a106c82..8973100 100644 --- a/hyperterm/core/autodep.sh +++ b/hyperterm/core/autodep.sh @@ -29,9 +29,12 @@ function install_package() { debian|ubuntu|linuxmint|elementary|pop) INSTALLER="apt-get update && apt-get install -y $pkg" ;; - fedora) + fedora|rhel|centos|amzn|rocky|almalinux) INSTALLER="dnf install -y $pkg" ;; + opensuse*|suse) + INSTALLER="zypper --non-interactive install $pkg" + ;; void) INSTALLER="xbps-install -Sy $pkg" ;; -- cgit v1.2.3