summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-04-11 18:56:38 -0700
committerGitHub <noreply@github.com>2019-04-11 18:56:38 -0700
commite6fd4737ec80b0bbe5e299076e36f29cee112a0a (patch)
tree4ac015b57e94ce853c81f3cc93c1e9fad510dbc5
parentcb2b019d5debadbe29cba59e93130bd8c562771a (diff)
parent3288cc60788bfaab514db00ad0bb9f2f3f96bfa8 (diff)
downloadpodman-e6fd4737ec80b0bbe5e299076e36f29cee112a0a.tar.gz
podman-e6fd4737ec80b0bbe5e299076e36f29cee112a0a.tar.bz2
podman-e6fd4737ec80b0bbe5e299076e36f29cee112a0a.zip
Merge pull request #2906 from vsoch/update/ubuntu-install
adding additional apt-get update, needed for ubuntu install
-rw-r--r--install.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.md b/install.md
index 5fe150db2..80ae03208 100644
--- a/install.md
+++ b/install.md
@@ -57,6 +57,7 @@ sudo yum module install -y container-tools:1.0
sudo apt-get update -qq
sudo apt-get install -qq -y software-properties-common
sudo add-apt-repository -y ppa:projectatomic/ppa
+sudo apt-get update -qq
sudo apt-get -qq -y install podman
```