Skip to content

Commit 46c1f00

Browse files
Update Sileo
1 parent 6ab0144 commit 46c1f00

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ mkdir -p work/chroot/root/odysseyra1n/
119119
curl -sL -O https://github.com/coolstar/Odyssey-bootstrap/raw/master/bootstrap_1500.tar.gz \
120120
-O https://github.com/coolstar/Odyssey-bootstrap/raw/master/bootstrap_1600.tar.gz \
121121
-O https://github.com/coolstar/Odyssey-bootstrap/raw/master/bootstrap_1700.tar.gz \
122-
-O https://github.com/coolstar/Odyssey-bootstrap/raw/master/org.coolstar.sileo_2.1-1_iphoneos-arm.deb \
122+
-O https://github.com/coolstar/Odyssey-bootstrap/raw/master/org.coolstar.sileo_2.2.3_iphoneos-arm.deb \
123123
-O https://github.com/coolstar/Odyssey-bootstrap/raw/master/org.swift.libswift_5.0-electra2_iphoneos-arm.deb
124124
# Change compression format to xz
125125
gzip -dv ./*.tar.gz

scripts/odysseyra1n

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ tar --preserve-permissions -xkf bootstrap_${CFVER}.tar -C /
5757
SNAPSHOT=$(snappy -s | cut -d ' ' -f 3 | tr -d '\n')
5858
5959
snappy -f / -r "$SNAPSHOT" -t orig-fs > /dev/null 2>&1
60-
/prep_bootstrap.sh >/dev/null 2>&1
60+
/prep_bootstrap.sh
6161
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
6262
if [[ $VER = 12.1* ]] || [[ $VER = 12.0* ]]; then
6363
dpkg -i org.swift.libswift_5.0-electra2_iphoneos-arm.deb > /dev/null
6464
fi
6565
echo "(4) Installing Sileo and upgrading Procursus packages..."
66-
dpkg -i org.coolstar.sileo_2.1-1_iphoneos-arm.deb > /dev/null
66+
dpkg -i org.coolstar.sileo_2.2.3_iphoneos-arm.deb > /dev/null
6767
uicache -p /Applications/Sileo.app
6868
mkdir -p /etc/apt/sources.list.d /etc/apt/preferences.d
6969
{
@@ -108,7 +108,7 @@ blue_echo "(2) Copying resources to your device..."
108108
# * Removed .gz extension because where are using xz decompressed archives
109109
if sshpass -p 'alpine' scp -qP28605 -o "StrictHostKeyChecking no" -o "UserKnownHostsFile=/dev/null" bootstrap_1500.tar \
110110
bootstrap_1600.tar bootstrap_1700.tar \
111-
org.coolstar.sileo_2.1-1_iphoneos-arm.deb \
111+
org.coolstar.sileo_2.2.3_iphoneos-arm.deb \
112112
org.swift.libswift_5.0-electra2_iphoneos-arm.deb \
113113
odysseyra1n-install.bash \
114114
[email protected]:/var/root/; then

0 commit comments

Comments
 (0)