From 03b4744cd95876553f4e73c899511c7a488771dc Mon Sep 17 00:00:00 2001 From: Yunobot Date: Sat, 23 Jun 2018 23:55:57 +0000 Subject: [PATCH] Need sudo to run upgrade commands. --- vagrant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant.md b/vagrant.md index e29dfdfd..fa165cdf 100644 --- a/vagrant.md +++ b/vagrant.md @@ -44,7 +44,7 @@ vagrant ssh Upgrade the system ```bash -apt update && apt dist-upgrade +sudo apt update && sudo apt dist-upgrade ``` You can access to your vm with the ip 192.168.33.10