Skip to content

Commit 80ffcbf

Browse files
committed
set up libs to allow stuff to actually launch on non-flip
1 parent 5a95cff commit 80ffcbf

4 files changed

Lines changed: 7 additions & 1 deletion

File tree

App/OTA/launch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ extract_archive() {
134134
new_python3_dir="$new_dir/sprig/lib/python3.10"
135135
new_themes_dir="$new_dir/Themes"
136136

137-
excluded_files="$new_dir/build $new_dir/justfile $new_dir/.gitignore $new_dir/.gitattributes $new_dir/TODO.txt"
137+
excluded_files="$new_dir/build $new_dir/justfile $new_dir/.gitignore $new_dir/.gitattributes $new_dir/TODO.txt $new_dir/miyoo/lib $new_dir/miyoo354/lib"
138138

139139
if [ "$OVERWRITE_RA_CONFIGS" = "False" ]; then
140140
log_message "Will not overwrite RA configs."

miyoo/app/MainUI

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ mount -o bind /mnt/SDCARD/sprig/etc/profile /etc/profile
2323
mount -o bind /mnt/SDCARD/sprig/etc/passwd /etc/passwd
2424
mount -o bind /mnt/SDCARD/sprig/etc/group /etc/group
2525

26+
# better to bind than to include 3 copies of all our libs
27+
mkdir -p /mnt/SDCARD/miyoo/lib
28+
mkdir -p /mnt/SDCARD/miyoo354/lib
29+
mount -o bind /mnt/SDCARD/miyoo285/lib /mnt/SDCARD/miyoo/lib
30+
mount -o bind /mnt/SDCARD/miyoo285/lib /mnt/SDCARD/miyoo354/lib
31+
2632
rotate_logs && log_message "sprigUI has entered the chat"
2733

2834
/mnt/SDCARD/sprig/scripts/importRAC.sh

miyoo/lib/.gitkeep

Whitespace-only changes.

miyoo354/lib/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)