diff --git a/docker-install.sh b/docker-install.sh index ca59e90..e825f0e 100644 --- a/docker-install.sh +++ b/docker-install.sh @@ -1,7 +1,7 @@ #!/bin/bash VERSION="1.0.0" -VERSION_NUM="1" +VERSION_NUM="2" LAST_UPDATE="22.03.2025" GITLAB_URL="https://gl.wssk.ru/skasatkin/docker-rootless-install" @@ -200,9 +200,9 @@ function install_compose() { function remove_docker() { clear log "=== Удаление Rootless Docker ===" - echo -e "${RED}⚠️ Это удалит Rootless Docker, Compose и ВСЕ данные пользователя!${RESET}" + echo -e "${RED}⚠️ Это удалит Rootless Docker, Compose и ВСЕ данные пользователя, ВКЛЮЧАЯ КОНТЕЙНЕРЫ, ОБРАЗЫ И ХРАНИЛИЩА!${RESET}" - whiptail --title "Удаление Rootless Docker" --yesno "Действительно хочешь удалить Rootless Docker, Compose и ВСЕ данные?" 12 60 + whiptail --title "Удаление Rootless Docker" --yesno "Действительно хочешь удалить Rootless Docker, Compose и ВСЕ КОНТЕЙНЕРЫ, ОБРАЗЫ И ХРАНИЛИЩА?" 12 60 response=$? if [[ $response -eq 0 ]]; then diff --git a/version b/version index a5dd81a..8693442 100644 --- a/version +++ b/version @@ -1,2 +1,2 @@ VERSION="1.0.0" -VERSION_NUM="1" \ No newline at end of file +VERSION_NUM="2" \ No newline at end of file