@@ -11,7 +11,7 @@ odysseyra1n_logo
11
11
12
12
cat << "EOF "
13
13
Odysseyra1n Installation Script
14
- Copyright (C) 2021 , CoolStar. All Rights Reserved
14
+ Copyright (C) 2022 , CoolStar. All Rights Reserved
15
15
16
16
This script was modified to work on odysseyn1x.
17
17
@@ -58,12 +58,13 @@ 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
60
/prep_bootstrap.sh
61
+ /usr/libexec/firmware
61
62
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
62
63
if [[ $VER = 12.1* ]] || [[ $VER = 12.0* ]]; then
63
64
dpkg -i org.swift.libswift_5.0-electra2_iphoneos-arm.deb > /dev/null
64
65
fi
65
66
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
67
68
uicache -p /Applications/Sileo.app
68
69
mkdir -p /etc/apt/sources.list.d /etc/apt/preferences.d
69
70
{
@@ -108,7 +109,7 @@ blue_echo "(2) Copying resources to your device..."
108
109
# * Removed .gz extension because where are using xz decompressed archives
109
110
if sshpass -p ' alpine' scp -qP28605 -o " StrictHostKeyChecking no" -o " UserKnownHostsFile=/dev/null" bootstrap_1500.tar \
110
111
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 \
112
113
org.swift.libswift_5.0-electra2_iphoneos-arm.deb \
113
114
odysseyra1n-install.bash \
114
115
[email protected] :/var/root/
; then
0 commit comments