removed dist-upgrade from install dependencies

This commit is contained in:
Mikhail Tergoev
2025-03-07 13:44:22 +03:00
parent 8a25eb9b59
commit 705cb6cda9
3 changed files with 3 additions and 3 deletions

View File

@ -96,8 +96,7 @@ fi
##### ROOT #####
su_run () {
print_info "Будет обновлена система и установлены зависимости."
print_info "Для продолжения настройки введите root пароль..."
print_info "Для продолжения установки зависимостей введите root пароль..."
su - -c "$@"
}