File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ apt-get -qqy install ${EXTRA_PACKAGES_DEB}
1515pip3 install git-remote-codecommit
1616
1717# # install nginx
18- curl https://nginx.org/keys/nginx_signing.key | gpg --dearmor > /usr/share/keyrings/nginx-archive-keyring.gpg > /dev/null
18+ curl https://nginx.org/keys/nginx_signing.key | gpg --dearmor > /usr/share/keyrings/nginx-archive-keyring.gpg
1919echo " deb [signed-by=/usr/share/keyrings/nginx-archive-keyring.gpg] http://nginx.org/packages/mainline/debian ` lsb_release -cs` nginx" > /etc/apt/sources.list.d/nginx.list
2020echo -e " Package: *\nPin: origin nginx.org\nPin: release o=nginx\nPin-Priority: 900\n" > /etc/apt/preferences.d/99nginx
2121
2222# # install varnish
2323# curl -s https://packagecloud.io/install/repositories/varnishcache/varnish66/script.deb.sh | bash
24- apt-get -qq update -o Dir::Etc::sourcelist=" sources.list.d/nginx.list" -o Dir::Etc::sourceparts=" -" -o APT::Get::List-Cleanup=" 0" ; done
24+ apt-get -qq update -o Dir::Etc::sourcelist=" sources.list.d/nginx.list" -o Dir::Etc::sourceparts=" -" -o APT::Get::List-Cleanup=" 0"
2525apt-get -qqy install varnish nginx
2626
2727systemctl stop nginx varnish
You can’t perform that action at this time.
0 commit comments