diff --git a/update-nutools b/update-nutools index 2dfdee4..2993abe 100755 --- a/update-nutools +++ b/update-nutools @@ -3,7 +3,7 @@ SCRIPTNAME=update-nutools TMPSCRIPT="/tmp/$SCRIPTNAME" -REPO=git@vcs.univ.run:modules/nutools.git +REPO=http://vcs.univ.run/anongit/modules/nutools.git NAME=nutools if [ $# -ne 1 -o "$1" != --do-update ]; then @@ -23,4 +23,4 @@ fi bash ./uinst -y || exit 1 cd .. rm -rf "$NAME" -rm "$0"; exit 0 \ No newline at end of file +rm "$0"; exit 0