Skip to content

Commit cac3701

Browse files
author
tphoney
committed
(feature) add scientific support to install task
1 parent 90f950e commit cac3701

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tasks/install_shell.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ if [ -f "$PT__installdir/facts/tasks/bash.sh" ]; then
7676
elif test "x$platform" = "xOracleLinux"; then
7777
platform="el"
7878

79+
# Handle Scientific
80+
elif test "x$platform" = "xScientific Linux"; then
81+
platform="el"
82+
elif test "x$platform" = "xScientific"; then
83+
platform="el"
84+
7985
# Handle RedHat
8086
elif test "x$platform" = "xRedHat"; then
8187
platform="el"

0 commit comments

Comments
 (0)