From 8cf989a950e5218c94fbe3ba4cb5a463aee6d0fe Mon Sep 17 00:00:00 2001 From: Chara White Date: Sun, 21 Jul 2024 13:48:24 +0800 Subject: [PATCH] update community plugin version --- assets/scripts/getgrass.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scripts/getgrass.sh b/assets/scripts/getgrass.sh index dbcbc0d..66e302b 100644 --- a/assets/scripts/getgrass.sh +++ b/assets/scripts/getgrass.sh @@ -10,7 +10,7 @@ fi if [ "$GRASS_FLAVOR" = "community" ]; then echo "Downloading Grass extension (community)..." - CRX_URL="https://files.getgrass.io/file/grass-extension-upgrades/extension-latest/grass-community-node-linux-4.20.2.zip" + CRX_URL="https://files.getgrass.io/file/grass-extension-upgrades/extension-latest/grass-community-node-linux-4.25.0.zip" USER_AGENT="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36" # download the zip file, need to extract the CRX file from it. wget -O /tmp/grass.zip --user-agent="$USER_AGENT" "$CRX_URL"