diff --git a/scripts/update-jquery-uls.sh b/scripts/update-jquery-uls.sh index 06dcf855..39e679bb 100755 --- a/scripts/update-jquery-uls.sh +++ b/scripts/update-jquery-uls.sh @@ -4,9 +4,9 @@ BASEDIR=$(dirname "$0") BASEDIR="$BASEDIR/.." DEST="$BASEDIR/lib/jquery.uls" -CLONEDIR="$BASEDIR/vendor/jquery.uls" +CLONEDIR="$HOME/src/jquery.uls" -UPSTREAM="https://github.com/wikimedia/jquery.uls.git" +UPSTREAM="https://git.nordgren.vip/bryce/jquery.uls.git" echo "Getting latest jquery.uls from $UPSTREAM" @@ -16,6 +16,7 @@ if [ -d "$CLONEDIR" ]; then popd else git clone "$UPSTREAM" "$CLONEDIR" + git checkout shavian fi rm -rf "$DEST"/*