Skip to content

Commit 331e0fc

Browse files
committed
patch: apt-get update before installing native deps in flowzone
1 parent 6ea1887 commit 331e0fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "Apache-2.0",
88
"types": "build/index.d.ts",
99
"scripts": {
10-
"flowzone-preinstall": "sudo apt-get install -y libudev-dev",
10+
"flowzone-preinstall": "sudo apt-get update && sudo apt-get install -y libudev-dev",
1111
"test": "npm run lint && mocha -r ts-node/register tests/**/*.spec.ts",
1212
"prettier": "balena-lint --fix lib typings examples tests",
1313
"lint": "balena-lint lib typings examples tests",

0 commit comments

Comments
 (0)