From c581f63c0875cf541202a9a0b7248fdcbbcd9da6 Mon Sep 17 00:00:00 2001 From: hoshimach1 Date: Sat, 9 Aug 2025 23:35:53 +0000 Subject: [PATCH] Update install.sh --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 659c3de..67ed1ba 100644 --- a/install.sh +++ b/install.sh @@ -23,6 +23,8 @@ else exit 1 fi +echo "Установка Altcor..." + if echo "$DISTRO $FAMILY" | grep -qi "debian\|ubuntu"; then PKG_MANAGER="apt" DISTRO_FAMILY="debian" @@ -451,7 +453,7 @@ fi IP_ADDR=$(hostname -I | awk '{print $1}') echo "" -echo "Установка успешно завершена." +echo "Установка Altcor успешно завершена." echo " Доступ к сайту:" echo " • http://localhost/" echo " • http://$IP_ADDR/"