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 2331188 commit dc00752Copy full SHA for dc00752
resources/hiding_ci/build_and_install_kernel.sh
@@ -35,8 +35,8 @@ install_build_deps() {
35
apt-get update && apt-get install -y make bsdmainutils flex yacc bison bc xz-utils libelf-dev elfutils libssl-dev
36
;;
37
"AL2023")
38
- yum groupinstall "Development Tools"
39
- yum install make openssl-devel dkms
+ yum -y groupinstall "Development Tools"
+ yum -y install make openssl-devel dkms
40
41
esac
42
}
0 commit comments