Skip to content

Commit 3734817

Browse files
committed
removing unnecessary case statement
1 parent 0d49ea4 commit 3734817

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

xdmod/install.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,6 @@ dnf install -y \
2727

2828
pip2 install pexpect==4.4.0
2929

30-
SUPREMM_RPM=""
31-
32-
case "$ARCHTYPE" in
33-
"x86_64")
34-
SUPREMM_RPM="https://github.com/ubccr/supremm/releases/download/?????"
35-
;;
36-
"arm64")
37-
SUPREMM_RPM="https://github.com/ubccr/supremm/releases/download/?????"
38-
;;
39-
esac
40-
4130
#------------------------
4231
# Open XDMoD Installation
4332
#

0 commit comments

Comments
 (0)