Skip to content

Commit

Permalink
Update install_deps.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed May 18, 2024
1 parent c6be346 commit d68917f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildbot/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
(
set -ex
rm -f /etc/apt/sources.list.d/scalibr-apt.list # can't update
apt ${APT_OPTS} update || exit 1
apt ${APT_OPTS} update || true
apt ${APT_OPTS} install gnupg || exit 1
curl -f https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - || exit 1

ARCH_PACKAGES=
if [[ "$(arch)" == "x86_64" ]]; then
Expand Down

0 comments on commit d68917f

Please sign in to comment.