BUGFIX path to the downloaded libssh
diff --git a/install-dependencies.sh b/install-dependencies.sh
index 99fe03c..fa4ef8c 100755
--- a/install-dependencies.sh
+++ b/install-dependencies.sh
@@ -11,7 +11,7 @@
 
 (
 wget -q https://red.libssh.org/attachments/download/107/libssh-0.6.4.tar.gz&&
-tar -xf libssh-0.6.4.tar.gz&&mkdir lssh&&cd lssh&&cmake ~/libssh-0.6.4&&sudo make install
+tar -xf libssh-0.6.4.tar.gz&&mkdir lssh&&cd lssh&&cmake ../libssh-0.6.4&&sudo make install
 )
 
 (