Fix(installer): workaround for systems with secure PATH

This commit is contained in:
PavelZ
2026-05-08 17:30:36 +03:00
parent 8c303ab2b6
commit dd4fb71959

View File

@@ -27,6 +27,8 @@ ACTION="install"
TARGET_VERSION="${VERSION:-latest}" TARGET_VERSION="${VERSION:-latest}"
LANG_CHOICE="en" LANG_CHOICE="en"
PATH="${PATH}:/usr/sbin:/sbin"
set_language() { set_language() {
case "$1" in case "$1" in
ru) ru)