mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-24 00:49:17 +01:00
Arch ifuse
This commit is contained in:
parent
02bb2616ea
commit
861bc2e21a
@ -300,8 +300,13 @@ function InstallDependencies {
|
|||||||
if [[ $(which pacman) ]]; then
|
if [[ $(which pacman) ]]; then
|
||||||
# Arch Linux
|
# Arch Linux
|
||||||
Log "Installing dependencies for Arch with pacman..."
|
Log "Installing dependencies for Arch with pacman..."
|
||||||
sudo pacman -Sy --noconfirm bsdiff curl ifuse libcurl-compat libpng12 libzip openssh openssl-1.0 python unzip usbutils
|
sudo pacman -Sy --noconfirm bsdiff curl libcurl-compat libpng12 libzip openssh openssl-1.0 python unzip usbutils
|
||||||
sudo pacman -S --noconfirm libimobiledevice usbmuxd
|
sudo pacman -S --noconfirm libimobiledevice usbmuxd
|
||||||
|
git clone https://aur.archlinux.org/ifuse.git
|
||||||
|
cd ifuse
|
||||||
|
makepkg -si
|
||||||
|
cd ..
|
||||||
|
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 == "16.04" ]] || [[ $VERSION_ID == "18.04" ]] || [[ $VERSION_ID == "20.04" ]]; then
|
||||||
# Ubuntu Xenial, Bionic, Focal
|
# Ubuntu Xenial, Bionic, Focal
|
||||||
|
Loading…
Reference in New Issue
Block a user