Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
gregor.olenik
OGL
Commits
ec0319f5
Commit
ec0319f5
authored
Apr 16, 2021
by
Gregor Olenik
Browse files
pass --no-check-certificate to wget
parent
60dc94a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
ec0319f5
...
...
@@ -26,9 +26,9 @@ addons:
-
libopenmpi-dev
before_install
:
-
sudo sh -c "wget -O - https://dl.openfoam.org/gpg.key | apt-key add -"
-
sudo sh -c "wget
--no-check-certificate
-O - https://dl.openfoam.org/gpg.key | apt-key add -"
-
sudo add-apt-repository http://dl.openfoam.org/ubuntu
-
sudo apt update
--no-check-certificate
-
sudo apt update
install
:
-
sudo apt-get -y install openfoam$VERSION
...
...
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