We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d49ea4 commit 3734817Copy full SHA for 3734817
1 file changed
xdmod/install.sh
@@ -27,17 +27,6 @@ dnf install -y \
27
28
pip2 install pexpect==4.4.0
29
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
38
39
-esac
40
41
#------------------------
42
# Open XDMoD Installation
43
#
0 commit comments