mirror of
https://github.com/Snowy-Fluffy/zapret.installer.git
synced 2026-07-15 21:59:24 +03:00
bug fix
This commit is contained in:
@@ -8,7 +8,7 @@ install_dependencies() {
|
||||
if [ "$kernel" = "Linux" ]; then
|
||||
[ -f /etc/os-release ] && . /etc/os-release || { echo "Не удалось определить ОС"; exit 1; }
|
||||
|
||||
SUDO="${SUDO:-}"t
|
||||
SUDO="${SUDO:-}"
|
||||
|
||||
find_package_manager() {
|
||||
case "$1" in
|
||||
|
||||
Reference in New Issue
Block a user