mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 16:27:50 +00:00
Merge pull request #364 from jodh-intel/fully-non-interactive-debian-install
install: Make Debian install fully non-interactive
This commit is contained in:
commit
a9edac83a2
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user