Fixed the vagrant command.

pull/202/head
Ruslan Baidan 2019-10-30 15:09:17 +01:00
parent d3914b9969
commit ec6fcde391
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
1 changed files with 1 additions and 1 deletions

View File

@ -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