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

Commit 4b0d723

Browse files
committed
Update restore_cydia.sh
1 parent 828901c commit 4b0d723

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

restore_cydia.sh

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,13 @@ reinstall_cydia() {
7373
mkdir tmp/
7474
cd tmp/
7575
check_if_root
76-
kill_cydia
77-
kill_sileo
76+
killall Cydia
77+
killall SIleo
7878
echo "Checking for tmp directory..."
7979

80+
REPO_U0="https://apt.bingner.com"
8081
REPO_EL="https://electrarepo64.coolstar.org"
82+
CYDIADL_U0="$REPO_U0/debs/1443.00/cydia_1.1.32~b12_iphoneos-arm.deb"
8183
CYDIADL_EL="$REPO_EL/debs/cydia_2.1-1_iphoneos-arm.deb"
8284

8385
u0() {
@@ -139,8 +141,8 @@ reinstall_cydia() {
139141
run_diatrus_cydia_patch() {
140142
check_if_root
141143
echo "Patching Cydia and Sileo..."
142-
kill_cydia
143-
kill_sileo
144+
killall Cydia
145+
killall SIleo
144146
## From Diatrus Sileo Installer for unc0ver
145147

146148
echo '<?xml version="1.0" encoding="UTF-8"?>

0 commit comments

Comments
 (0)