git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd2c6f1
)
make sure we call apt-get update before installing packages
author
gggeek
<giunta.gaetano@gmail.com>
Mon, 30 Jan 2023 11:43:00 +0000
(11:43 +0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Mon, 30 Jan 2023 11:43:00 +0000
(11:43 +0000)
tests/ci/setup/install_packages.sh
patch
|
blob
|
history
diff --git
a/tests/ci/setup/install_packages.sh
b/tests/ci/setup/install_packages.sh
index
2e465da
..
4e5c55d
100755
(executable)
--- a/
tests/ci/setup/install_packages.sh
+++ b/
tests/ci/setup/install_packages.sh
@@
-6,6
+6,8
@@
set -e
echo "Installing base software packages..."
+apt-get update
+
DEBIAN_FRONTEND=noninteractive apt-get install -y \
locales sudo unzip wget