We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7384c6 commit 80b8bbdCopy full SHA for 80b8bbd
Taskfile.yml
@@ -84,7 +84,7 @@ tasks:
84
interactive: true
85
cmds:
86
- rm ./build/*.deb || true
87
- - task: build-deb:arduino-router
+ - task: build-deb
88
- adb shell rm /tmp/*.deb || true
89
- adb push ./build/arduino-router_*_arm64.deb /tmp/
90
- ./scripts/run-remote-sudo.sh "dpkg -i /tmp/arduino-router_*_arm64.deb && needrestart -r a"
0 commit comments