Update preinst
This commit is contained in:
parent
06671c39bd
commit
822696d233
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ warn "via a Docker container."
|
||||||
warn ""
|
warn ""
|
||||||
|
|
||||||
# Check if we are running on a supported OS
|
# Check if we are running on a supported OS
|
||||||
BYPASS_OS_CHECK=${BYPASS_OS_CHECK:-false}
|
BYPASS_OS_CHECK=${BYPASS_OS_CHECK:-true}
|
||||||
supported_os=("Debian GNU/Linux 11 (bullseye)" "Debian GNU/Linux 12 (bookworm)")
|
supported_os=("Debian GNU/Linux 11 (bullseye)" "Debian GNU/Linux 12 (bookworm)")
|
||||||
|
|
||||||
CURRENT_OS=$(lsb_release -d | awk -F"\t" '{print $2}')
|
CURRENT_OS=$(lsb_release -d | awk -F"\t" '{print $2}')
|
||||||
|
|
Loading…
Reference in a new issue