@@ -10,7 +10,7 @@ const packageJsonUrls = [];
|
|||||||
// Get system utils
|
// Get system utils
|
||||||
execSync("apt update", { encoding: "utf8" });
|
execSync("apt update", { encoding: "utf8" });
|
||||||
execSync("apt install -y pipx", { encoding: "utf8" });
|
execSync("apt install -y pipx", { encoding: "utf8" });
|
||||||
execSync("pipx install mpy-cross", { encoding: "utf8" });
|
execSync("pipx install mpy-cross-v6.3", { encoding: "utf8" });
|
||||||
|
|
||||||
// create base lib dir
|
// create base lib dir
|
||||||
mkdirSync(libName);
|
mkdirSync(libName);
|
||||||
|
|||||||
Reference in New Issue
Block a user