Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed org.coolstar.sileo_2.2.3_iphoneos-arm.deb
Binary file not shown.
Binary file added org.coolstar.sileo_2.3_iphoneos-arm.deb
Binary file not shown.
6 changes: 3 additions & 3 deletions procursus-deploy-linux-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if [[ $VER = 12.1* ]] || [[ $VER = 12.0* ]]; then
dpkg -i org.swift.libswift_5.0-electra2_iphoneos-arm.deb > /dev/null
fi
echo "(4) Installing Sileo and upgrading Procursus packages..."
dpkg -i org.coolstar.sileo_2.2.3_iphoneos-arm.deb > /dev/null
dpkg -i org.coolstar.sileo_2.3_iphoneos-arm.deb > /dev/null
uicache -p /Applications/Sileo.app
mkdir -p /etc/apt/sources.list.d /etc/apt/preferences.d
{
Expand All @@ -103,14 +103,14 @@ IPROXY=$(iproxy 28605 44 >/dev/null 2>&1 & echo $!)
curl -sLOOOOO https://github.com/coolstar/Odyssey-bootstrap/raw/master/bootstrap_1500.tar.gz \
https://github.com/coolstar/Odyssey-bootstrap/raw/master/bootstrap_1600.tar.gz \
https://github.com/coolstar/Odyssey-bootstrap/raw/master/bootstrap_1700.tar.gz \
https://github.com/coolstar/Odyssey-bootstrap/raw/master/org.coolstar.sileo_2.2.3_iphoneos-arm.deb \
https://github.com/coolstar/Odyssey-bootstrap/raw/master/org.coolstar.sileo_2.3_iphoneos-arm.deb \
https://github.com/coolstar/Odyssey-bootstrap/raw/master/org.swift.libswift_5.0-electra2_iphoneos-arm.deb
if [ ! "${ARM}" = yes ]; then
echo "(2) Copying resources to your device..."
echo "Default password is: alpine"
scp -qP28605 -o "StrictHostKeyChecking no" -o "UserKnownHostsFile=/dev/null" bootstrap_1500.tar.gz \
bootstrap_1600.tar.gz bootstrap_1700.tar.gz \
org.coolstar.sileo_2.2.3_iphoneos-arm.deb \
org.coolstar.sileo_2.3_iphoneos-arm.deb \
org.swift.libswift_5.0-electra2_iphoneos-arm.deb \
odysseyra1n-install.bash \
root@127.0.0.1:/var/root/
Expand Down