Update CHANGELOG

This commit is contained in:
VirtuBox
2022-10-25 10:56:19 +02:00
parent 1b3f66a2b0
commit 651b241b7f
2 changed files with 8 additions and 1 deletions

View File

@@ -8,6 +8,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### v3.16.0 - [Unreleased]
### v3.15.4 - 2022-10-25
#### Fixed
- Nginx prefetch-proxy configuration
- Linux distribution variable not set properly
### v3.15.3 - 2022-10-24
#### Added

View File

@@ -167,7 +167,7 @@ wo_check_distro() {
wo_lib_echo_fail "Feel free to open a pull-request if you want to add support for another Linux distributions"
exit 100
else
check_wo_linux_distro=$(lsb_release -sc | grep -E "bionic|stretch|buster|focal|jammy|bullseye")
check_wo_linux_distro=$(lsb_release -sc | grep -E "bionic|buster|focal|jammy|bullseye")
if [ -z "$check_wo_linux_distro" ]; then
wo_lib_echo_fail "WordOps (wo) only supports Ubuntu 18.04/20.04/22.04 LTS, Debian 10.x/11.x and Raspbian 10x./11.x \n
You can bypass this warning by adding the flag --force to the install command"