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 746c6c3 commit bcf9998Copy full SHA for bcf9998
etc/DependencyInstaller.sh
@@ -910,14 +910,14 @@ esac
910
case "${os}" in
911
"Ubuntu" )
912
ubuntuVersion=$(awk -F= '/^VERSION_ID/{print $2}' /etc/os-release | sed 's/"//g')
913
- if [[ ${CI} == "yes" ]]; then
914
- _installCI "${ubuntuVersion}"
915
- fi
916
if [[ "${option}" == "base" || "${option}" == "all" ]]; then
917
_checkIsLocal
918
_installUbuntuPackages "${ubuntuVersion}"
919
_installUbuntuCleanUp
920
fi
+ if [[ ${CI} == "yes" ]]; then
+ _installCI "${ubuntuVersion}"
+ fi
921
if [[ "${option}" == "common" || "${option}" == "all" ]]; then
922
_installCommonDev
923
# set version for non LTS
0 commit comments