CHANGE installing libssh dependency updated
diff --git a/install-dependencies.sh b/install-dependencies.sh
index c3d3a60..d426bc7 100755
--- a/install-dependencies.sh
+++ b/install-dependencies.sh
@@ -10,12 +10,11 @@
 fi
 
 (
-wget -q https://red.libssh.org/attachments/download/195/libssh-0.7.3.tar.xz&&
-tar -xf libssh-0.7.3.tar.xz&&mkdir lssh&&cd lssh&&cmake ~/libssh-0.7.3&&sudo make install
+wget -q https://red.libssh.org/attachments/download/195/libssh-0.7.3.tar.xz && tar -xf libssh-0.7.3.tar.xz && cd libssh-0.7.3 && mkdir build && cd build &&  cmake .. && make && sudo make install
 )
 
 (
-git clone git://github.com/cejkato2/libwebsockets lws&&mkdir lws/b&&cd lws/b&&cmake ..&&sudo make install
+git clone git://github.com/cejkato2/libwebsockets lws && mkdir lws/b && cd lws/b && cmake .. && sudo make install
 )
 
 (