Fix to be prompted to add apt repos
Fix devstack installation for crio is prompted while running apt-add-repository. Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com> Change-Id: I66d69d5df254af027baf1d359130d4423fe3c4a9
This commit is contained in:
@@ -48,9 +48,9 @@ function install_crio {
|
||||
software-properties-common
|
||||
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 \
|
||||
--recv ${kubic_obs_project_key}
|
||||
sudo apt-add-repository "deb https://download.opensuse.org/"`
|
||||
sudo apt-add-repository -y "deb https://download.opensuse.org/"`
|
||||
`"repositories/devel:/kubic:/libcontainers:/stable/${os}/ /"
|
||||
sudo apt-add-repository "deb http://download.opensuse.org/"`
|
||||
sudo apt-add-repository -y "deb http://download.opensuse.org/"`
|
||||
`"repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/"`
|
||||
`"${CRIO_VERSION}/${os}/ /"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user