From 861bc2e21a25c128e953f770e933795224cb4174 Mon Sep 17 00:00:00 2001 From: LukeeGD Date: Fri, 12 Jun 2020 13:46:02 +0800 Subject: [PATCH] Arch ifuse --- restore.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/restore.sh b/restore.sh index 8d911c4..e85c690 100755 --- a/restore.sh +++ b/restore.sh @@ -300,8 +300,13 @@ function InstallDependencies { if [[ $(which pacman) ]]; then # Arch Linux 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 + 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 elif [[ $VERSION_ID == "16.04" ]] || [[ $VERSION_ID == "18.04" ]] || [[ $VERSION_ID == "20.04" ]]; then # Ubuntu Xenial, Bionic, Focal