Skip to content

Commit

Permalink
updated blender
Browse files Browse the repository at this point in the history
  • Loading branch information
cheind committed Oct 28, 2023
1 parent f77c649 commit 171ced4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install_blender.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
set -e

NAME="blender-3.1.2-linux-x64"
NAME="blender-3.6.5-linux-x64"
NAMETAR="${NAME}.tar.xz"
CACHE="${HOME}/.blender-cache"
TAR="${CACHE}/${NAMETAR}"
URL="https://mirror.clarkson.edu/blender/release/Blender3.1/${NAMETAR}"
URL="https://mirror.clarkson.edu/blender/release/Blender3.6/${NAMETAR}"

echo "Installing Blender ${NAME}"
mkdir -p $CACHE
Expand Down

0 comments on commit 171ced4

Please sign in to comment.