]> git.proxmox.com Git - mirror_novnc.git/blobdiff - utils/launch.sh
noVNC 1.0.0
[mirror_novnc.git] / utils / launch.sh
index de56758acf921435574fb816185a6bfda9b0bd95..9e650e42e8ec07304a5e87d7217d8db5a3d2bfdd 100755 (executable)
@@ -127,7 +127,7 @@ else
     if [[ $? -ne 0 ]]; then
         echo "No installed websockify, attempting to clone websockify..."
         WEBSOCKIFY=${HERE}/websockify/run
-        git clone https://github.com/kanaka/websockify ${HERE}/websockify
+        git clone https://github.com/novnc/websockify ${HERE}/websockify
 
         if [[ ! -e $WEBSOCKIFY ]]; then
             echo "Unable to locate ${HERE}/websockify/run after downloading"