summaryrefslogtreecommitdiff
path: root/sysroot.sh
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2015-07-04 01:58:51 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2015-07-04 01:58:51 -0700
commitd3b5a9835efe095ee7c511a34fa5fda88a50083a (patch)
tree83d518a3f3a8476cd3df0a6b9ed7585ef6303acb /sysroot.sh
parent75d2e4264fb9c7ccb9e90d91a71f14bf5ca67b66 (diff)
Apparently, move.sh also required a copy of du :(.
Diffstat (limited to 'sysroot.sh')
-rwxr-xr-xsysroot.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysroot.sh b/sysroot.sh
index 6b277d2..e17d8d9 100755
--- a/sysroot.sh
+++ b/sysroot.sh
@@ -64,6 +64,7 @@ declare -A urls
urls[apt7]=http://apt.saurik.com/debs/apt7_0.7.25.3-7_iphoneos-arm.deb
urls[apt7-lib]=http://apt.saurik.com/debs/apt7-lib_0.7.25.3-12_iphoneos-arm.deb
+urls[coreutils]=http://apt.saurik.com/debs/coreutils_7.4-11_iphoneos-arm.deb
if [[ 0 ]]; then
wget -qO- "${repository}dists/${distribution}/${component}/binary-${architecture}/Packages.bz2" | bzcat | {