Skip to content

Commit

Permalink
update community plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chara White committed Jul 21, 2024
1 parent bc6f756 commit 8cf989a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scripts/getgrass.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8cf989a

Please sign in to comment.