From 8f207355375e9f7ef75b9935dfa097b3e7deb6c2 Mon Sep 17 00:00:00 2001 From: snippetsx Date: Wed, 3 Jun 2026 14:20:33 +0300 Subject: [PATCH] Update adm.sh --- adm.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adm.sh b/adm.sh index 3087f02..92c5068 100644 --- a/adm.sh +++ b/adm.sh @@ -16,4 +16,7 @@ while [ "$onContinue" = "true" ]; do done fi done -su -c "apt-get update && apt-get install task-auth-ad-sssd -y && system-auth write ad mtuci.adm $pcname MTUCI 'vvod' ':TcyMH@DEy4tE6xls4>S@GQJbM_SwX'" || exit 1 \ No newline at end of file + +echo "Начинаем установку для ПК: $pcname" +sudo bash -c "apt-get update && apt-get install task-auth-ad-sssd -y && system-auth write ad mtuci.adm $pcname MTUCI 'vvod' ':TcyMH@DEy4tE6xls4>S@GQJbM_SwX'" || exit 1 +echo "Установка завершена!" \ No newline at end of file