summaryrefslogtreecommitdiff
path: root/install.md
diff options
context:
space:
mode:
authorVanessa Sochat <vsochat@stanford.edu>2019-04-11 17:14:40 -0400
committerVanessa Sochat <vsochat@stanford.edu>2019-04-11 17:14:40 -0400
commit3288cc60788bfaab514db00ad0bb9f2f3f96bfa8 (patch)
treed87254dd992dee733998a0614be3e456738319b5 /install.md
parent745993b592903544e5a3b38ae9336e65c56874f4 (diff)
downloadpodman-3288cc60788bfaab514db00ad0bb9f2f3f96bfa8.tar.gz
podman-3288cc60788bfaab514db00ad0bb9f2f3f96bfa8.tar.bz2
podman-3288cc60788bfaab514db00ad0bb9f2f3f96bfa8.zip
adding additional update, needed for install
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
Diffstat (limited to 'install.md')
-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
```