mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-02-20 02:12:45 +01:00
Remove 16.04 (Xenial) support
This commit is contained in:
parent
4f530abaab
commit
d3d3788c0b
@ -36,7 +36,6 @@
|
|||||||
- This script can also work on virtual machines, but I won't provide support for them
|
- This script can also work on virtual machines, but I won't provide support for them
|
||||||
|
|
||||||
## OS versions/distros tested on:
|
## OS versions/distros tested on:
|
||||||
- [Lubuntu 16.04](http://cdimage.ubuntu.com/lubuntu/releases/16.04/release/) live USB
|
|
||||||
- [Lubuntu 18.04](http://cdimage.ubuntu.com/lubuntu/releases/18.04/release/) live USB
|
- [Lubuntu 18.04](http://cdimage.ubuntu.com/lubuntu/releases/18.04/release/) live USB
|
||||||
- [Xubuntu 20.04](http://cdimage.ubuntu.com/xubuntu/releases/20.04/release/) live USB
|
- [Xubuntu 20.04](http://cdimage.ubuntu.com/xubuntu/releases/20.04/release/) live USB
|
||||||
- [Arch Linux](https://www.archlinux.org/) full install
|
- [Arch Linux](https://www.archlinux.org/) full install
|
||||||
|
11
restore.sh
11
restore.sh
@ -289,14 +289,12 @@ function InstallDependencies {
|
|||||||
cd ..
|
cd ..
|
||||||
rm -rf ifuse
|
rm -rf ifuse
|
||||||
sudo ln -sf /usr/lib/libzip.so.5 /usr/lib/libzip.so.4
|
sudo ln -sf /usr/lib/libzip.so.5 /usr/lib/libzip.so.4
|
||||||
elif [[ $VERSION_ID == "16.04" ]] || [[ $VERSION_ID == "18.04" ]] || [[ $VERSION_ID == "20.04" ]]; then
|
elif [[ $VERSION_ID == "18.04" ]] || [[ $VERSION_ID == "20.04" ]]; then
|
||||||
# Ubuntu Xenial, Bionic, Focal
|
# Ubuntu Bionic, Focal
|
||||||
Log "Running APT update..."
|
Log "Running APT update..."
|
||||||
sudo apt update
|
sudo apt update
|
||||||
Log "Installing dependencies for Ubuntu $VERSION_ID with APT..."
|
Log "Installing dependencies for Ubuntu $VERSION_ID with APT..."
|
||||||
sudo apt -y install bsdiff curl ifuse libimobiledevice-utils python3 usbmuxd
|
sudo apt -y install binutils bsdiff curl ifuse libimobiledevice-utils python3 usbmuxd
|
||||||
if [[ $VERSION_ID != "16.04" ]]; then
|
|
||||||
sudo apt -y install binutils
|
|
||||||
mkdir tmp
|
mkdir tmp
|
||||||
cd tmp
|
cd tmp
|
||||||
curl -L http://archive.ubuntu.com/ubuntu/pool/universe/c/curl3/libcurl3_7.58.0-2ubuntu2_amd64.deb -o libcurl3.deb
|
curl -L http://archive.ubuntu.com/ubuntu/pool/universe/c/curl3/libcurl3_7.58.0-2ubuntu2_amd64.deb -o libcurl3.deb
|
||||||
@ -315,9 +313,6 @@ function InstallDependencies {
|
|||||||
fi
|
fi
|
||||||
curl -L $URLlibpng12 -o libpng12.deb
|
curl -L $URLlibpng12 -o libpng12.deb
|
||||||
sudo dpkg -i libpng12.deb
|
sudo dpkg -i libpng12.deb
|
||||||
else
|
|
||||||
sudo apt -y install libzip4
|
|
||||||
fi
|
|
||||||
|
|
||||||
elif [[ $OSTYPE == "darwin"* ]]; then
|
elif [[ $OSTYPE == "darwin"* ]]; then
|
||||||
# macOS
|
# macOS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user