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/firmware.sh | |
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/firmware.sh')
-rwxr-xr-x | Library/firmware.sh | 2 |
1 files changed, 1 insertions, 1 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 |