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 51eb0a9 commit a762badCopy full SHA for a762bad
.github/jobs/configure-checks/setup_configure_image.sh
@@ -10,7 +10,7 @@ case $distro_id in
10
dnf install pkg-config make bats autoconf automake util-linux -y ;;
11
*)
12
apt-get update; apt-get full-upgrade -y
13
- apt-get install pkg-config make bats autoconf ;;
+ apt-get install pkg-config make bats autoconf -y ;;
14
esac
15
16
# Build the configure file
0 commit comments