Commit ed40cbd4 authored by Wen Wei Li's avatar Wen Wei Li

ignore keyring

parent 7cb10960
...@@ -92,7 +92,7 @@ eval "curl -L https://download.opensuse.org/repositories/devel:kubic:libcontaine ...@@ -92,7 +92,7 @@ eval "curl -L https://download.opensuse.org/repositories/devel:kubic:libcontaine
# install cri-o # install cri-o
eval "DEBIAN_FRONTEND=noninteractive apt-get update -y" eval "DEBIAN_FRONTEND=noninteractive apt-get update --allow-unauthenticated -y"
eval "DEBIAN_FRONTEND=noninteractive apt-get install cri-o cri-o-runc -y" eval "DEBIAN_FRONTEND=noninteractive apt-get install cri-o cri-o-runc -y"
eval "systemctl daemon-reload" eval "systemctl daemon-reload"
eval "systemctl enable crio" eval "systemctl enable crio"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment