File tree 3 files changed +4
-4
lines changed
3 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.0.3_iphoneos -arm.deb \
122
+ -O https://github.com/coolstar/Odyssey-bootstrap/raw/master/org.coolstar.sileo_2.1-1_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 @@ -61,7 +61,7 @@ if [[ $VER = 12.1* ]] || [[ $VER = 12.0* ]]; then
61
61
dpkg -i org.swift.libswift_5.0-electra2_iphoneos-arm.deb > /dev/null
62
62
fi
63
63
echo "(4) Installing Sileo..."
64
- dpkg -i org.coolstar.sileo_2.0.3_iphoneos -arm.deb > /dev/null
64
+ dpkg -i org.coolstar.sileo_2.1-1_iphoneos -arm.deb > /dev/null
65
65
mkdir -p /etc/apt/sources.list.d /etc/apt/preferences.d
66
66
{
67
67
echo "Types: deb"
@@ -102,7 +102,7 @@ blue_echo "(2) Copying resources to your device..."
102
102
# * Removed .gz extension because where are using xz decompressed archives
103
103
if sshpass -p ' alpine' scp -qP28605 -o " StrictHostKeyChecking no" -o " UserKnownHostsFile=/dev/null" bootstrap_1500.tar \
104
104
bootstrap_1600.tar bootstrap_1700.tar \
105
- org.coolstar.sileo_2.0.3_iphoneos -arm.deb \
105
+ org.coolstar.sileo_2.1-1_iphoneos -arm.deb \
106
106
org.swift.libswift_5.0-electra2_iphoneos-arm.deb \
107
107
odysseyra1n-install.bash \
108
108
[email protected] :/var/root/
; then
Original file line number Diff line number Diff line change 1
- v2.13
1
+ v2.14
You can’t perform that action at this time.
0 commit comments