|
@@ -118,8 +118,7 @@ else
|
|
if [[ $? -ne 0 ]]; then
|
|
if [[ $? -ne 0 ]]; then
|
|
echo "No installed websockify, attempting to clone websockify..."
|
|
echo "No installed websockify, attempting to clone websockify..."
|
|
WEBSOCKIFY=${HERE}/websockify/run
|
|
WEBSOCKIFY=${HERE}/websockify/run
|
|
- git clone https://github.com/kanaka/websockify
|
|
|
|
- git update-index --assume-unchanged websockify
|
|
|
|
|
|
+ git clone https://github.com/kanaka/websockify ${HERE}/websockify
|
|
|
|
|
|
if [[ ! -e $WEBSOCKIFY ]]; then
|
|
if [[ ! -e $WEBSOCKIFY ]]; then
|
|
echo "Unable to locate ${HERE}/websockify/run after downloading"
|
|
echo "Unable to locate ${HERE}/websockify/run after downloading"
|