diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-05-12 10:03:01 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:14:00 +0000 |
commit | 77801ff16d182668ca282c4dbc88ba250c5ff1b1 (patch) | |
tree | ee93caf9ed6034c47fa12bc07ba92feb6923179c /Library | |
parent | adcb04228b6d2c3683addb92ae8e301c13458b77 (diff) |
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.
Diffstat (limited to 'Library')
-rwxr-xr-x | Library/firmware.sh | 2 | ||||
-rwxr-xr-x | Library/startup | 1 |
2 files changed, 1 insertions, 2 deletions
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[@]}" |