File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ mkdir -p work/chroot/root/odysseyra1n/
119
119
curl -sL -O https://github.com/coolstar/Odyssey-bootstrap/raw/master/bootstrap_1500.tar.gz \
120
120
-O https://github.com/coolstar/Odyssey-bootstrap/raw/master/bootstrap_1600.tar.gz \
121
121
-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 \
123
123
-O https://github.com/coolstar/Odyssey-bootstrap/raw/master/org.swift.libswift_5.0-electra2_iphoneos-arm.deb
124
124
# Change compression format to xz
125
125
gzip -dv ./* .tar.gz
Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ tar --preserve-permissions -xkf bootstrap_${CFVER}.tar -C /
57
57
SNAPSHOT=$(snappy -s | cut -d ' ' -f 3 | tr -d '\n')
58
58
59
59
snappy -f / -r "$SNAPSHOT" -t orig-fs > /dev/null 2>&1
60
- /prep_bootstrap.sh >/dev/null 2>&1
60
+ /prep_bootstrap.sh
61
61
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
62
62
if [[ $VER = 12.1* ]] || [[ $VER = 12.0* ]]; then
63
63
dpkg -i org.swift.libswift_5.0-electra2_iphoneos-arm.deb > /dev/null
64
64
fi
65
65
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
67
67
uicache -p /Applications/Sileo.app
68
68
mkdir -p /etc/apt/sources.list.d /etc/apt/preferences.d
69
69
{
@@ -108,7 +108,7 @@ blue_echo "(2) Copying resources to your device..."
108
108
# * Removed .gz extension because where are using xz decompressed archives
109
109
if sshpass -p ' alpine' scp -qP28605 -o " StrictHostKeyChecking no" -o " UserKnownHostsFile=/dev/null" bootstrap_1500.tar \
110
110
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 \
112
112
org.swift.libswift_5.0-electra2_iphoneos-arm.deb \
113
113
odysseyra1n-install.bash \
114
114
[email protected] :/var/root/
; then
You can’t perform that action at this time.
0 commit comments