diff --git a/Taskfile.yml b/Taskfile.yml index 91323c0..9123989 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -84,7 +84,7 @@ tasks: interactive: true cmds: - rm ./build/*.deb || true - - task: build-deb:arduino-router + - task: build-deb - adb shell rm /tmp/*.deb || true - adb push ./build/arduino-router_*_arm64.deb /tmp/ - ./scripts/run-remote-sudo.sh "dpkg -i /tmp/arduino-router_*_arm64.deb && needrestart -r a"