added apt-get update after adding php7.0* repository source

This commit is contained in:
erxspin 2017-02-23 02:15:34 +06:00
parent febb034f28
commit d12e4230b7
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ else
wget -O - https://www.dotdeb.org/dotdeb.gpg | apt-key add - wget -O - https://www.dotdeb.org/dotdeb.gpg | apt-key add -
fi fi
fi fi
apt-get update
#install dependencies #install dependencies
apt-get install -y nginx php7.0 php7.0-cli php7.0-fpm php7.0-pgsql php7.0-sqlite3 php7.0-odbc php7.0-curl php7.0-imap php7.0-mcrypt php7.0-xml apt-get install -y nginx php7.0 php7.0-cli php7.0-fpm php7.0-pgsql php7.0-sqlite3 php7.0-odbc php7.0-curl php7.0-imap php7.0-mcrypt php7.0-xml