Skip to content

Commit 615ee9a

Browse files
committed
Update xdmod version to the latest, using a variable to hold the value
1 parent 7faa861 commit 615ee9a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

xdmod/install.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ log_info() {
1010
log_info "Installing required packages for xdmod.."
1111

1212
ARCHTYPE=`uname -m`
13+
XDMOD_VERSION="11.0.1-1"
1314

1415
#------------------------
1516
# For the purpose of the tutorial we install some extra packages that
@@ -46,9 +47,9 @@ dnf install -y \
4647
# be installed in the same container. In a production deployment they may be installed
4748
# on separate hosts.
4849
#------------------------
49-
dnf install -y https://github.com/ubccr/xdmod/releases/download/v11.0.0-1.0/xdmod-11.0.0-1.0.el8.noarch.rpm \
50-
https://github.com/ubccr/xdmod-ondemand/releases/download/v11.0.0-1.0/xdmod-ondemand-11.0.0-1.0.el8.noarch.rpm \
51-
https://github.com/ubccr/xdmod-supremm/releases/download/v11.0.0-1.0/xdmod-supremm-11.0.0-1.0.el8.noarch.rpm \
50+
dnf install -y https://github.com/ubccr/xdmod/releases/download/v${XDMOD_VERSION}/xdmod-${XDMOD_VERSION}.el8.noarch.rpm \
51+
https://github.com/ubccr/xdmod-ondemand/releases/download/v${XDMOD_VERSION}/xdmod-ondemand-${XDMOD_VERSION}.el8.noarch.rpm \
52+
https://github.com/ubccr/xdmod-supremm/releases/download/v${XDMOD_VERSION}/xdmod-supremm-${XDMOD_VERSION}.el8.noarch.rpm \
5253
https://github.com/ubccr/supremm/releases/download/2.0.0/supremm-2.0.0-1.el8.${ARCHTYPE}.rpm
5354

5455
#------------------------

0 commit comments

Comments
 (0)