install.sh: script quasiboats for now

This commit is contained in:
Thomas Farstrike
2026-02-10 08:53:13 +01:00
parent c904113056
commit 437fc7cfda
+4
View File
@@ -70,6 +70,10 @@ $mpremote fs cp ../internal_filesystem_excluded/data/com.micropythonos.system.wi
$mpremote fs mkdir :/apps
$mpremote fs cp -r apps/com.micropythonos.* :/apps/
find apps/ -maxdepth 1 -type l | while read symlink; do
if echo $symlink | grep quasiboats; then
echo "Skipping $symlink because it's needlessly big..."
continue
fi
echo "Handling symlink $symlink"
$mpremote fs mkdir :/"$symlink"
$mpremote fs cp -r "$symlink"/* :/"$symlink"/