Added nginx repo key
This commit is contained in:
@@ -12,6 +12,7 @@ if [ -z ${DistoBuilderINT+x} ]; then
|
|||||||
#Install Nginx and Nginx Repo
|
#Install Nginx and Nginx Repo
|
||||||
wget https://nginx.org/keys/nginx_signing.rsa.pub -O /etc/apk/keys/nginx_signing.rsa.pub
|
wget https://nginx.org/keys/nginx_signing.rsa.pub -O /etc/apk/keys/nginx_signing.rsa.pub
|
||||||
echo "@nginx http://nginx.org/packages/mainline/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" >> /etc/apk/repositories
|
echo "@nginx http://nginx.org/packages/mainline/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" >> /etc/apk/repositories
|
||||||
|
curl -L https://nginx.org/keys/nginx_signing.rsa.pub -o /etc/apk/keys/nginx_signing.rsa.pub
|
||||||
apk add nginx@nginx
|
apk add nginx@nginx
|
||||||
|
|
||||||
#Download ExtraResource
|
#Download ExtraResource
|
||||||
@@ -78,6 +79,9 @@ rm -f /tmp/olim3.tar.gz /tmp/rlcl.zip
|
|||||||
rc-update add dovecot
|
rc-update add dovecot
|
||||||
rc-update add nginx
|
rc-update add nginx
|
||||||
rc-update add php-fpm8
|
rc-update add php-fpm8
|
||||||
|
|
||||||
|
if [ -z ${DistoBuilderINT+x} ]; then
|
||||||
service dovecot start
|
service dovecot start
|
||||||
service nginx start
|
service nginx start
|
||||||
service php-fpm8 start
|
service php-fpm8 start
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user