UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
M
Microsoft
microsoft
microsoft-sql-server-2019-rhel8
Commits
d68fcbbb
Commit
d68fcbbb
authored
Aug 23, 2021
by
Salvador Orozco Villalever
Browse files
Remove reference to RHEL7.
parent
78d2c424
Pipeline
#439279
passed with stages
in 26 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
scripts/install_external.sh
scripts/install_external.sh
+1
-5
No files found.
scripts/install_external.sh
View file @
d68fcbbb
...
...
@@ -140,11 +140,7 @@ function performPreInstallationTasksForExternalBuild()
function
installPackages
()
{
if
[
"
$PLATFORM_NAME
"
==
"
$RHEL8
"
]
;
then
ACCEPT_EULA
=
Y dnf
-q
-y
--disableplugin
=
subscription-manager
install
\
$(
getListOfPackagesToInstall
)
elif
[
"
$PLATFORM_NAME
"
==
"
$RHEL7
"
]
;
then
ACCEPT_EULA
=
Y yum
-y
--nogpgcheck
install
\
ACCEPT_EULA
=
Y dnf
-q
-y
-v
--disableplugin
=
subscription-manager
install
\
$(
getListOfPackagesToInstall
)
fi
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment