mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 16:27:50 +00:00
Merge pull request #358 from yyyeerbo/wip
install: VERSION_ID in buster/sid can be unset. default it to 9
This commit is contained in:
commit
072acea2a0
@ -33,6 +33,9 @@
|
|||||||
$ export DEBIAN_FRONTEND=noninteractive
|
$ export DEBIAN_FRONTEND=noninteractive
|
||||||
$ ARCH=$(arch)
|
$ ARCH=$(arch)
|
||||||
$ source /etc/os-release
|
$ source /etc/os-release
|
||||||
|
$ [ "$ID" = debian ] && [ -z "$VERSION_ID" ] && echo >&2 "ERROR: Debian unstable not supported.
|
||||||
|
You can try stable packages here:
|
||||||
|
http://download.opensuse.org/repositories/home:/katacontainers:/releases:/${ARCH}:/master" && exit 1
|
||||||
$ 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"
|
||||||
$ curl -sL http://download.opensuse.org/repositories/home:/katacontainers:/releases:/${ARCH}:/master/Debian_${VERSION_ID}/Release.key | sudo apt-key add -
|
$ curl -sL http://download.opensuse.org/repositories/home:/katacontainers:/releases:/${ARCH}:/master/Debian_${VERSION_ID}/Release.key | sudo apt-key add -
|
||||||
$ sudo -E apt-get update
|
$ sudo -E apt-get update
|
||||||
|
Loading…
Reference in New Issue
Block a user