Skip to content

Commit 7f7a6be

Browse files
Merge pull request #32 from deontw/master
2 parents d7d55fa + 890e003 commit 7f7a6be

File tree

3 files changed

+4
-4
lines changed

3 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.0.3_iphoneos-arm.deb \
122+
-O https://github.com/coolstar/Odyssey-bootstrap/raw/master/org.coolstar.sileo_2.1-1_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

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if [[ $VER = 12.1* ]] || [[ $VER = 12.0* ]]; then
6161
dpkg -i org.swift.libswift_5.0-electra2_iphoneos-arm.deb > /dev/null
6262
fi
6363
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
6565
mkdir -p /etc/apt/sources.list.d /etc/apt/preferences.d
6666
{
6767
echo "Types: deb"
@@ -102,7 +102,7 @@ blue_echo "(2) Copying resources to your device..."
102102
# * Removed .gz extension because where are using xz decompressed archives
103103
if sshpass -p 'alpine' scp -qP28605 -o "StrictHostKeyChecking no" -o "UserKnownHostsFile=/dev/null" bootstrap_1500.tar \
104104
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 \
106106
org.swift.libswift_5.0-electra2_iphoneos-arm.deb \
107107
odysseyra1n-install.bash \
108108
[email protected]:/var/root/; then

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.13
1+
v2.14

0 commit comments

Comments
 (0)