Add openSUSE Leap 15.4

This commit is contained in:
LukeZGD 2022-06-10 01:09:09 +08:00
parent a89cba00bb
commit 8100305b14
2 changed files with 5 additions and 6 deletions

View File

@ -70,7 +70,7 @@
- [**Arch Linux**](https://www.archlinux.org/) and Arch-based distros like [EndeavourOS](https://endeavouros.com/)
- [**Fedora**](https://getfedora.org/) 33 and newer
- [**Debian**](https://www.debian.org/) 11 Bullseye, Testing and Unstable
- [**openSUSE**](https://www.opensuse.org/) Tumbleweed and Leap 15.3
- [**openSUSE**](https://www.opensuse.org/) Tumbleweed and Leap 15.3 to 15.4
- **macOS** 10.13 and newer
- **Windows** 7 and newer

View File

@ -167,12 +167,11 @@ InstallDepends() {
ln -sf /usr/lib64/libbz2.so.1.* ../resources/lib/libbz2.so.1.0
sudo dnf install -y bsdiff expect git libimobiledevice perl-Digest-SHA python2 vim-common xmlstarlet zenity
elif [[ $ID == "opensuse-tumbleweed" || $PRETTY_NAME == "openSUSE Leap 15.3" ]]; then
if [[ $ID == "opensuse-tumbleweed" ]]; then
elif [[ $ID == "opensuse-tumbleweed" || $PRETTY_NAME == *"Leap 15.3" || $PRETTY_NAME == *"Leap 15.4" ]]; then
libimobiledevice="libimobiledevice-1_0-6"
else
libimobiledevice="libimobiledevice6"
if [[ $PRETTY_NAME == *"Leap"* ]]; then
ln -sf /lib64/libreadline.so.7 ../resources/lib/libreadline.so.8
[[ $VERSION == "15.3" ]] && libimobiledevice="libimobiledevice6"
fi
sudo zypper -n in bsdiff curl expect git $libimobiledevice python-base vim xmlstarlet zenity