Skip to content

Commit

Permalink
Merge pull request #358 from yyyeerbo/wip
Browse files Browse the repository at this point in the history
install: VERSION_ID in buster/sid can be unset. default it to 9
  • Loading branch information
jodh-intel committed Mar 22, 2019
2 parents 2069a3d + 6ba8ae5 commit 072acea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install/debian-installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
$ export DEBIAN_FRONTEND=noninteractive
$ ARCH=$(arch)
$ 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"
$ 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
Expand Down

0 comments on commit 072acea

Please sign in to comment.