added apt-get update after adding php7.0* repository source
This commit is contained in:
parent
febb034f28
commit
d12e4230b7
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue