From 02b14d2e8b947e0d804e71c037f78149f0422f38 Mon Sep 17 00:00:00 2001 From: LukeZGD Date: Sun, 6 Jun 2021 22:40:06 +0800 Subject: [PATCH] Fix Tumbleweed support --- resources/depends.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/depends.sh b/resources/depends.sh index a268367..50dd37c 100755 --- a/resources/depends.sh +++ b/resources/depends.sh @@ -114,7 +114,7 @@ InstallDepends() { ln -sf /usr/lib64/libbz2.so.1.* ../resources/lib/libbz2.so.1.0 elif [[ $ID == "opensuse-tumbleweed" ]]; then - sudo zypper -n in bsdiff curl git libimobiledevice libpng12-0 libopenssl1_0_0 python-base + sudo zypper -n in bsdiff curl git libimobiledevice-1_0-6 libpng12-0 libopenssl1_0_0 libzip5 python-base ln -sf /usr/lib64/libzip.so.5 ../resources/lib/libzip.so.4 elif [[ $platform == "macos" ]]; then