From 87ae28951d5c1f25e40dfd0db7a7d979ca4577df Mon Sep 17 00:00:00 2001 From: Bryce Date: Tue, 29 Oct 2024 08:57:53 -0600 Subject: [PATCH] Added Shavian script for English language. jquery.uls commit: https://git.nordgren.vip/bryce/jquery.uls/commit/680be75a5a0a6a093b459f676905bfd70c528b39 --- scripts/update-jquery-uls.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"/*