Skip to content

Commit

Permalink
Merge pull request #49 from hic-infra/updates-jan25
Browse files Browse the repository at this point in the history
Updates to slicer and weasis
  • Loading branch information
AaronJackson authored Jan 29, 2025
2 parents d8ed230 + 47ec6a2 commit 678736f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions modules/slicer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

set -eu

SLICER_FILENAME=Slicer-4.11.20210226-linux-amd64
SLICER_SHA256=12b68e3717f1d0800a52578b686d3abc6b2159855fcbe8f3a2055ca050ddb09a
SLICER_FILENAME=Slicer-5.8.0-linux-amd64
SLICER_SHA256=1d0784b9f7849e6cc509569d66b8d8ba690e08c970e58c19c7425b11a3f8e94c

# useful url
curl -sfL https://download.slicer.org/bitstream/60add706ae4540bf6a89bf98 \
curl -sfL https://slicer-packages.kitware.com/api/v1/item/679325961357655fd585ffb5/download \
-o $SLICER_FILENAME.tar.gz

echo "${SLICER_SHA256} ${SLICER_FILENAME}.tar.gz" |sha256sum -c -
Expand All @@ -15,7 +15,7 @@ sudo tar zxvf ${SLICER_FILENAME}.tar.gz -C /usr/local/

cat <<EOF > ~/Desktop/Slicer.desktop
[Desktop Entry]
Name=Slicer 4.11
Name=Slicer 5.8
GenericName=Slicer
Terminal=false
Exec=/usr/local/${SLICER_FILENAME}/Slicer
Expand Down
4 changes: 2 additions & 2 deletions modules/weasis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -eu
SETUPDIR=$(realpath "$(dirname "${BASH_SOURCE[0]}")")
cd "$SETUPDIR"

curl -sfLO https://github.com/nroduit/Weasis/releases/download/v4.0.1/weasis_4.0.1-1_amd64.deb
sudo dpkg -i weasis_4.0.1-1_amd64.deb
curl -sfLO https://github.com/nroduit/Weasis/releases/download/v4.5.1/weasis_4.5.1-1_amd64.deb
sudo dpkg -i weasis_4.5.1-1_amd64.deb



0 comments on commit 678736f

Please sign in to comment.