Skip to content

Commit

Permalink
answer "yes" per default
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 authored Oct 3, 2024
1 parent 78d7072 commit b2d6a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/brotli-nginx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ root_check
if [ ! -f /etc/nginx/modules-enabled/50-mod-http-brotli-filter.conf ]
then
install_if_not ppa-purge
ppa-purge nginx/stable
check_command yes | ppa-purge nginx/stable
rm -f /etc/apt/sources.list.d/nginx*
check_command yes | add-apt-repository ppa:ondrej/nginx
apt update -q4 && spinner_loading
Expand Down

0 comments on commit b2d6a79

Please sign in to comment.