From ec6fcde391e0f9348a79be653a721edfd252ad63 Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Wed, 30 Oct 2019 15:09:17 +0100 Subject: [PATCH] Fixed the vagrant command. --- vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index 8f37e55..9be84e8 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -33,7 +33,7 @@ dpkg-reconfigure locales echo -e "\n--- Installing now… ---\n" echo -e "\n--- Updating packages list… ---\n" -apt-get update upgrade +apt-get update && apt-get upgrade echo -e "\n--- Install base packages… ---\n" apt-get -y install vim zip unzip git gettext curl gsfonts > /dev/null