Skip to content

Commit

Permalink
fix: sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
aeimer committed Oct 25, 2023
1 parent ae63551 commit 179140a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci-scripts/install-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [[ "$runnerType" == "gitlab" ]]; then
apt-get update
apt-get -qy install "${aptGetInstallPackages[*]}"
elif [[ "$runnerType" == "github" ]]; then
sudo echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selections
sudo apt-get -q update
sudo apt-get -qy install "${aptGetInstallPackages[*]}"
fi
Expand Down

0 comments on commit 179140a

Please sign in to comment.