Support for real harddrive and Jmicron usb drives

This commit is contained in:
Marc
2021-12-04 23:02:31 +01:00
parent 1024e96ebc
commit 53441d5b9d
17 changed files with 333 additions and 152 deletions
@@ -1,10 +1,11 @@
let environment = {
path: ["/usr/bin", "/usr/lib/sheebr", "/usr/local/bin", "/usr/local/sbin/"],
path: ["/usr/bin", "/usr/sbin", "/usr/lib/sheebr", "/usr/local/bin", "/usr/local/sbin/"],
ls_color: JSON.stringify({
di: [01, 34],
ln: [01, 36],
ex: [01, 32]
})
}),
node: "/usr/local/bin/node"
}
module.exports = environment