From 437fc7cfdabbda2c2c64ffdfc1ca12fd4041a7b1 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Tue, 10 Feb 2026 08:53:13 +0100 Subject: [PATCH] install.sh: script quasiboats for now --- scripts/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install.sh b/scripts/install.sh index 17af080a..4ae00aee 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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"/