Fix issues for iOS 13

This commit is contained in:
Yaya4 2020-09-04 14:10:06 +02:00 committed by GitHub
parent 81bd626fe0
commit b0b204569a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ else
echo "Nothing To Do!"
fi
apt install ncurses-bin -y
apt install xz-utils -y --allow-unauthenticated -u -o APT::Force-LoopBreak=1
apt install xz-utils diskdev-cmds -y --allow-unauthenticated -u -o APT::Force-LoopBreak=1
apt dist-upgrade -y --allow-unauthenticated -u -o APT::Force-LoopBreak=1
dpkg -i --force-all /tmp/procursus-migration/coreutils_${COREUTILSVER}_iphoneos-arm.deb
}