diff --git a/resources/depends.sh b/resources/depends.sh index 02deb8a..b30992c 100755 --- a/resources/depends.sh +++ b/resources/depends.sh @@ -168,6 +168,7 @@ InstallDepends() { elif [[ -n $UBUNTU_CODENAME && $VERSION_ID == "2"* ]] || (( DebianVer >= 11 )) || [[ $DebianVer == "sid" ]]; then + [[ -n $UBUNTU_CODENAME ]] && sudo add-apt-repository -y universe sudo apt update sudo apt install -y bsdiff curl expect libimobiledevice6 openssh-client python2 unzip usbmuxd usbutils xmlstarlet xxd zenity sudo systemctl enable --now udev systemd-udevd usbmuxd 2>/dev/null