1
0
mirror of https://github.com/jcwimer/railsVagrant synced 2026-04-11 02:13:06 +00:00

Fixed line endings to unix

This commit is contained in:
2017-03-25 00:41:41 +00:00
parent f1dd76fccd
commit 744418db86
6 changed files with 31 additions and 31 deletions

View File

@@ -3,8 +3,8 @@ apt-get update
apt-get install software-properties-common python-software-properties curl git -y
add-apt-repository ppa:ondrej/php -y
apt-get update
apt-get install php7.1 php7.1-common
apt-get install php7.1-curl php7.1-xml php7.1-zip php7.1-gd php7.1-mysql php7.1-mbstring
apt-get install php7.1 php7.1-common -y
apt-get install php7.1-curl php7.1-xml php7.1-zip php7.1-gd php7.1-mysql php7.1-mbstring -y
wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh
#Docker install