Skip to content

Commit c4c43ae

Browse files
committed
Fix run on device script
1 parent 7d5d035 commit c4c43ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: run_on_device.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ setup_adb_forwarding() {
5454
}
5555

5656
install_dependencies() {
57+
exec_with_adb rm /etc/init/ssh.override
58+
exec_with_adb service ssh start
5759
exec_with_adb apt-get update
58-
exec_with_adb apt-get -y install openssh-server
5960
exec_with_ssh $SUDO apt-get -y install build-essential rsync bzr ccache gdb ninja-build devscripts equivs
6061
}
6162

0 commit comments

Comments
 (0)