This repository was archived by the owner on Apr 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +321
-633
lines changed
xyz.skylarmccauley.sourceutility Expand file tree Collapse file tree 8 files changed +321
-633
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
3
3
4
4
clear
5
- VER=" 1.0~4 "
5
+ VER=" 1.0~5 "
6
6
echo " sourceutility restore_cydia v $VER "
7
7
8
8
DIRECTORY=` dirname $0 `
@@ -117,7 +117,7 @@ reinstall_cydia() {
117
117
curl --silent -o ./cydia.deb $CYDIAURL_CONDENSED
118
118
119
119
echo " Installing..."
120
- dpkg -b ./cydia.deb
120
+ dpkg -i ./cydia.deb
121
121
122
122
echo " Running uicache"
123
123
uicache
@@ -144,7 +144,7 @@ reinstall_cydia() {
144
144
curl --silent -o ./cydia.deb $CYDIAURL_CONDENSED
145
145
146
146
echo " Installing..."
147
- dpkg -b ./cydia.deb
147
+ dpkg -i ./cydia.deb
148
148
149
149
echo " Running uicache"
150
150
uicache
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
clear
3
- VER=" 1.0"
3
+ VER=" 1.0~1 "
4
4
echo " sourceutility restore_full v$VER "
5
5
6
6
DIRECTORY=` dirname $0 `
@@ -101,7 +101,7 @@ reinstall_cydia() {
101
101
curl --silent -o ./cydia.deb $CYDIAURL_CONDENSED
102
102
103
103
echo " Installing..."
104
- dpkg -b ./cydia.deb
104
+ dpkg -i ./cydia.deb
105
105
106
106
echo " Running uicache"
107
107
uicache
@@ -128,7 +128,7 @@ reinstall_cydia() {
128
128
curl --silent -o ./cydia.deb $CYDIAURL_CONDENSED
129
129
130
130
echo " Installing..."
131
- dpkg -b ./cydia.deb
131
+ dpkg -i ./cydia.deb
132
132
133
133
echo " Running uicache"
134
134
uicache
You can’t perform that action at this time.
0 commit comments