From 77801ff16d182668ca282c4dbc88ba250c5ff1b1 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 12 May 2010 10:03:01 +0000 Subject: Loading changes, visibility switches, gsc.wildcat issues, remote package catalog, unique id on repository verify, copyright notice in about, and weird scrolling issues with old scroller. --- Library/firmware.sh | 2 +- Library/startup | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/firmware.sh b/Library/firmware.sh index bb5c228..d2c0488 100755 --- a/Library/firmware.sh +++ b/Library/firmware.sh @@ -96,4 +96,4 @@ if [[ ! -h /User && -d /User ]]; then cp -afT /User /var/"${user}" fi && rm -rf /User && ln -s "/var/${user}" /User -echo 1 >/var/lib/cydia/firmware.ver +echo 2 >/var/lib/cydia/firmware.ver diff --git a/Library/startup b/Library/startup index 171b8ed..7f8b616 100755 --- a/Library/startup +++ b/Library/startup @@ -1,6 +1,5 @@ #!/bin/bash export PATH=$PATH:/usr/sbin:/usr/bin:/sbin:/bin -/usr/libexec/cydia/firmware.sh debs=(/var/root/Media/Cydia/AutoInstall/*.deb) if [[ ${#debs[@]} -ne 0 && -f ${debs[0]} ]]; then dpkg -i "${debs[@]}" -- cgit v1.2.3