This commit is contained in:
Jephté Clain 2013-11-13 20:36:07 +04:00
parent 12d1945f14
commit eb8770acbd
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
SCRIPTNAME=update-nutools SCRIPTNAME=update-nutools
TMPSCRIPT="/tmp/$SCRIPTNAME" TMPSCRIPT="/tmp/$SCRIPTNAME"
REPO=git@vcs.univ.run:modules/nutools.git REPO=http://vcs.univ.run/anongit/modules/nutools.git
NAME=nutools NAME=nutools
if [ $# -ne 1 -o "$1" != --do-update ]; then if [ $# -ne 1 -o "$1" != --do-update ]; then
@ -23,4 +23,4 @@ fi
bash ./uinst -y || exit 1 bash ./uinst -y || exit 1
cd .. cd ..
rm -rf "$NAME" rm -rf "$NAME"
rm "$0"; exit 0 rm "$0"; exit 0