From ab83a29758e122fd7b31aba4168330394c9d724a Mon Sep 17 00:00:00 2001 From: JieXu Date: Thu, 2 Oct 2025 02:55:43 +0800 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 58d5aa0b..a2a6540b 100644 --- a/install.sh +++ b/install.sh @@ -53,7 +53,7 @@ install_base() { arch | manjaro | parch) pacman -Syu && pacman -Syu --noconfirm wget curl tar tzdata ;; - opensuse-tumbleweed) + opensuse-tumbleweed | opensuse-leap) zypper refresh && zypper -q install -y wget curl tar timezone ;; alpine)