You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Fix path
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
builtindir=$(readlink -f "MicroPythonOS/internal_filesystem/builtin")
|
||||
builtindir=$(readlink -f "internal_filesystem/builtin")
|
||||
|
||||
pushd ../freezeFS/
|
||||
python3 -m freezefs --target /builtin --on-import mount "$builtindir" freezefs_mount_builtin.py
|
||||
|
||||
Reference in New Issue
Block a user