File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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."
Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ mount -o bind /mnt/SDCARD/sprig/etc/profile /etc/profile
2323mount -o bind /mnt/SDCARD/sprig/etc/passwd /etc/passwd
2424mount -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+
2632rotate_logs && log_message " sprigUI has entered the chat"
2733
2834/mnt/SDCARD/sprig/scripts/importRAC.sh
You can’t perform that action at this time.
0 commit comments