From cafcb250ec54d2c9140bf2f7e3b5aeeff7c5aae3 Mon Sep 17 00:00:00 2001 From: JieXu Date: Thu, 2 Oct 2025 05:11:37 +0800 Subject: Add support for OpenSUSE Leap (#3573) * Update update.sh * Update install.sh * Update x-ui.sh * Update x-ui.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') 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) -- cgit v1.2.3