Skip to content

Commit

Permalink
upgrade not update
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 authored Oct 2, 2024
1 parent edd52d0 commit 53cead6
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
install_if_not ppa-purge
add-apt-repository ppa:ondrej/nginx
apt update -q4 && spinner_loading
apt-get update nginx -y
apt-get upgrade nginx -y
ppa-purge nginx/stable
rm -f /etc/apt/sources.list.d/nginx*
apt-get autoremove -y
Expand Down

0 comments on commit 53cead6

Please sign in to comment.