We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f950e commit cac3701Copy full SHA for cac3701
tasks/install_shell.sh
@@ -76,6 +76,12 @@ if [ -f "$PT__installdir/facts/tasks/bash.sh" ]; then
76
elif test "x$platform" = "xOracleLinux"; then
77
platform="el"
78
79
+ # Handle Scientific
80
+ elif test "x$platform" = "xScientific Linux"; then
81
+ platform="el"
82
+ elif test "x$platform" = "xScientific"; then
83
84
+
85
# Handle RedHat
86
elif test "x$platform" = "xRedHat"; then
87
0 commit comments