We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d7072 commit b2d6a79Copy full SHA for b2d6a79
addons/brotli-nginx.sh
@@ -23,7 +23,7 @@ root_check
23
if [ ! -f /etc/nginx/modules-enabled/50-mod-http-brotli-filter.conf ]
24
then
25
install_if_not ppa-purge
26
- ppa-purge nginx/stable
+ check_command yes | ppa-purge nginx/stable
27
rm -f /etc/apt/sources.list.d/nginx*
28
check_command yes | add-apt-repository ppa:ondrej/nginx
29
apt update -q4 && spinner_loading
0 commit comments