Skip to content
This repository was archived by the owner on Apr 16, 2023. It is now read-only.

Commit ea183e1

Browse files
committed
v0.7
1 parent 57f3b6d commit ea183e1

File tree

8 files changed

+321
-633
lines changed

8 files changed

+321
-633
lines changed

DEBIAN/postinst

Lines changed: 0 additions & 7 deletions
This file was deleted.

restore_cydia.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
clear
5-
VER="1.0~4"
5+
VER="1.0~5"
66
echo "sourceutility restore_cydia v $VER"
77

88
DIRECTORY=`dirname $0`
@@ -117,7 +117,7 @@ reinstall_cydia() {
117117
curl --silent -o ./cydia.deb $CYDIAURL_CONDENSED
118118

119119
echo "Installing..."
120-
dpkg -b ./cydia.deb
120+
dpkg -i ./cydia.deb
121121

122122
echo "Running uicache"
123123
uicache
@@ -144,7 +144,7 @@ reinstall_cydia() {
144144
curl --silent -o ./cydia.deb $CYDIAURL_CONDENSED
145145

146146
echo "Installing..."
147-
dpkg -b ./cydia.deb
147+
dpkg -i ./cydia.deb
148148

149149
echo "Running uicache"
150150
uicache

restore_full.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
clear
3-
VER="1.0"
3+
VER="1.0~1"
44
echo "sourceutility restore_full v$VER"
55

66
DIRECTORY=`dirname $0`
@@ -101,7 +101,7 @@ reinstall_cydia() {
101101
curl --silent -o ./cydia.deb $CYDIAURL_CONDENSED
102102

103103
echo "Installing..."
104-
dpkg -b ./cydia.deb
104+
dpkg -i ./cydia.deb
105105

106106
echo "Running uicache"
107107
uicache
@@ -128,7 +128,7 @@ reinstall_cydia() {
128128
curl --silent -o ./cydia.deb $CYDIAURL_CONDENSED
129129

130130
echo "Installing..."
131-
dpkg -b ./cydia.deb
131+
dpkg -i ./cydia.deb
132132

133133
echo "Running uicache"
134134
uicache

0 commit comments

Comments
 (0)