Merge pull request #776 from pavlozt/fix/sudo_path

Fix(installer): workaround for systems with secure PATH
This commit is contained in:
Alexey
2026-05-09 13:09:25 +03:00
committed by GitHub

View File

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