added a bash-c call to improve script compatibility

This commit is contained in:
Sergey Palcheh
2025-09-03 10:18:52 +06:00
parent ab0e23952e
commit 6b958dd7f1

View File

@@ -190,7 +190,7 @@ su_run () {
((i++))
done
else
pkexec "$@" && return 0
pkexec bash -c "$@" && return 0
fi
fatal "Не удалось установить необходимые компоненты!"
}