From 76acc9bdf3385be581f0d638c577a5fd27a4adb0 Mon Sep 17 00:00:00 2001 From: LukeZGD Date: Thu, 14 Jul 2022 23:01:40 +0800 Subject: [PATCH] Update depends.sh --- resources/depends.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/depends.sh b/resources/depends.sh index a709438..6c52f0d 100755 --- a/resources/depends.sh +++ b/resources/depends.sh @@ -173,7 +173,7 @@ InstallDepends() { elif [[ $ID == "fedora" ]] && (( VERSION_ID >= 36 )); then ln -sf /usr/lib64/libbz2.so.1.* ../resources/lib/libbz2.so.1.0 - sudo dnf install -y bsdiff ca-certificates libimobiledevice openssl perl-Digest-SHA python2 systemd udev usbmuxd vim-common xmlstarlet zenity + sudo dnf install -y bsdiff ca-certificates expect libimobiledevice openssl perl-Digest-SHA python2 systemd udev usbmuxd vim-common xmlstarlet zenity sudo ln -sf /etc/pki/tls/certs/ca-bundle.crt /etc/pki/tls/certs/ca-certificates.crt elif [[ $ID == "opensuse-tumbleweed" || $PRETTY_NAME == *"Leap 15.4" ]]; then