From ee2c585585b0ba59d91b994ba980b548da4409b3 Mon Sep 17 00:00:00 2001 From: LukeZGD Date: Wed, 24 Mar 2021 13:54:25 +0800 Subject: [PATCH] Fix 16.04 support (support will be removed soon) When 21.04 Hirsute gets released, 16.04 Xenial support will be removed --- restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore.sh b/restore.sh index cd6e264..da68c8e 100755 --- a/restore.sh +++ b/restore.sh @@ -632,7 +632,7 @@ function InstallDependencies { SaveFile https://github.com/LukeZGD/iOS-OTA-Downgrader-Keys/releases/download/tools/tools_linux_bionic.zip tools_linux_bionic.zip 959abbafacfdaddf87dd07683127da1dab6c835f unzip tools_linux_bionic.zip -d ../resources/tools elif [[ $UBUNTU_CODENAME == "xenial" ]]; then - sudo apt install -y libzip4 python libpng12-0 + sudo apt install -y libcurl3 libzip4 python libpng12-0 SaveFile https://github.com/LukeZGD/iOS-OTA-Downgrader-Keys/releases/download/tools/tools_linux_xenial.zip tools_linux_xenial.zip b74861fd87511a92e36e27bf2ec3e1e83b6e8200 unzip tools_linux_xenial.zip -d ../resources/tools elif [[ $PRETTY_NAME == "Debian GNU/Linux bullseye/sid" ]]; then