From f93bc386f53aeacba327cf81e250163382e34f9c Mon Sep 17 00:00:00 2001 From: LukeeGD Date: Fri, 30 Oct 2020 08:47:49 +0800 Subject: [PATCH] For #68 --- restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore.sh b/restore.sh index de4e426..96b1954 100755 --- a/restore.sh +++ b/restore.sh @@ -579,7 +579,7 @@ function InstallDependencies { Log "Installing dependencies..." if [[ $ID == "arch" ]] || [[ $ID_LIKE == "arch" ]]; then # Arch - sudo pacman -Sy --noconfirm --needed bsdiff curl libcurl-compat libpng12 libimobiledevice libusbmuxd libzip openssh openssl-1.0 python2 unzip usbmuxd usbutils + sudo pacman -Sy --noconfirm --needed base-devel bsdiff curl libcurl-compat libpng12 libimobiledevice libusbmuxd libzip openssh openssl-1.0 python2 unzip usbmuxd usbutils ln -sf /usr/lib/libcurl.so.3 ../resources/lib/libcurl.so.3 ln -sf /usr/lib/libzip.so.5 ../resources/lib/libzip.so.4