mirror of https://github.com/nymea/nymea.git
added openssh to dependencys on run_on_device
parent
154b8b0aed
commit
932e813217
|
|
@ -37,7 +37,7 @@ install_ssh_key() {
|
|||
}
|
||||
|
||||
install_dependencies() {
|
||||
exec_with_ssh $SUDO apt-get -y install build-essential gcc-4.7 g++-4.7 ccache gdb
|
||||
exec_with_ssh $SUDO apt-get -y install build-essential gcc-4.7 g++-4.7 ccache gdb openssh
|
||||
echo "** Switching system to gcc 4.7 ***"
|
||||
exec_with_ssh update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.7 40 --slave /usr/bin/g++ g++ /usr/bin/g++-4.7
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue