Skip to content

Commit 6ae881a

Browse files
committed
Merge pull request #490 from ggillies/enable-rhel7
Enabled binary installation on RHEL 7
2 parents 5c08d70 + 4d14a77 commit 6ae881a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bootstrap-salt.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2921,11 +2921,6 @@ install_red_hat_linux_git_deps() {
29212921
return 0
29222922
}
29232923

2924-
install_red_hat_enterprise_linux_7_stable_deps() {
2925-
echoerror "Stable version is not available on RHEL 7 Beta/RC. Please set installation type to git."
2926-
return 1
2927-
}
2928-
29292924
install_red_hat_enterprise_linux_stable_deps() {
29302925
install_red_hat_linux_stable_deps || return 1
29312926
return 0

0 commit comments

Comments
 (0)