Skip to content

Commit b200415

Browse files
Update odysseyra1n script
1 parent 46c1f00 commit b200415

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-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.2.3_iphoneos-arm.deb \
122+
-O https://github.com/coolstar/Odyssey-bootstrap/raw/master/org.coolstar.sileo_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

+4-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ odysseyra1n_logo
1111

1212
cat << "EOF"
1313
Odysseyra1n Installation Script
14-
Copyright (C) 2021, CoolStar. All Rights Reserved
14+
Copyright (C) 2022, CoolStar. All Rights Reserved
1515
1616
This script was modified to work on odysseyn1x.
1717
@@ -58,12 +58,13 @@ SNAPSHOT=$(snappy -s | cut -d ' ' -f 3 | tr -d '\n')
5858
5959
snappy -f / -r "$SNAPSHOT" -t orig-fs > /dev/null 2>&1
6060
/prep_bootstrap.sh
61+
/usr/libexec/firmware
6162
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
6263
if [[ $VER = 12.1* ]] || [[ $VER = 12.0* ]]; then
6364
dpkg -i org.swift.libswift_5.0-electra2_iphoneos-arm.deb > /dev/null
6465
fi
6566
echo "(4) Installing Sileo and upgrading Procursus packages..."
66-
dpkg -i org.coolstar.sileo_2.2.3_iphoneos-arm.deb > /dev/null
67+
dpkg -i org.coolstar.sileo_2.3_iphoneos-arm.deb > /dev/null
6768
uicache -p /Applications/Sileo.app
6869
mkdir -p /etc/apt/sources.list.d /etc/apt/preferences.d
6970
{
@@ -108,7 +109,7 @@ blue_echo "(2) Copying resources to your device..."
108109
# * Removed .gz extension because where are using xz decompressed archives
109110
if sshpass -p 'alpine' scp -qP28605 -o "StrictHostKeyChecking no" -o "UserKnownHostsFile=/dev/null" bootstrap_1500.tar \
110111
bootstrap_1600.tar bootstrap_1700.tar \
111-
org.coolstar.sileo_2.2.3_iphoneos-arm.deb \
112+
org.coolstar.sileo_2.3_iphoneos-arm.deb \
112113
org.swift.libswift_5.0-electra2_iphoneos-arm.deb \
113114
odysseyra1n-install.bash \
114115
[email protected]:/var/root/; then

0 commit comments

Comments
 (0)