maj url
This commit is contained in:
parent
12d1945f14
commit
eb8770acbd
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue