Update before installing vim in start-dev-env

pull/1156/head
Piero Toffanin 2020-09-14 14:04:26 +00:00
rodzic 4c7108e7a6
commit 2291c42895
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -11,7 +11,7 @@ if [ "$1" = "--setup" ]; then
#bash configure.sh reinstall
touch .setupdevenv
apt install -y vim
apt update && apt install -y vim
chown -R $3:$4 /code
chown -R $3:$4 /var/www
fi