Merge pull request #364 from jodh-intel/fully-non-interactive-debian-install

install: Make Debian install fully non-interactive
This commit is contained in:
James O. D. Hunt 2019-01-29 09:11:55 +00:00 committed by GitHub
commit a9edac83a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@
2. Install the Kata Containers components with the following commands: 2. Install the Kata Containers components with the following commands:
```bash ```bash
$ export DEBIAN_FRONTEND=noninteractive
$ ARCH=$(arch) $ ARCH=$(arch)
$ source /etc/os-release $ source /etc/os-release
$ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/katacontainers:/releases:/${ARCH}:/master/Debian_${VERSION_ID}/ /' > /etc/apt/sources.list.d/kata-containers.list" $ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/katacontainers:/releases:/${ARCH}:/master/Debian_${VERSION_ID}/ /' > /etc/apt/sources.list.d/kata-containers.list"