From 7c4b00081000d291de10c7483bf2cc375901c139 Mon Sep 17 00:00:00 2001 From: Gregory Bednov Date: Fri, 21 Aug 2026 18:37:14 +0300 Subject: [PATCH] corrected typos --- installer/mirea-install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/installer/mirea-install.sh b/installer/mirea-install.sh index ee241be..7df6e74 100644 --- a/installer/mirea-install.sh +++ b/installer/mirea-install.sh @@ -10,9 +10,9 @@ EFI_SIZE_MIB=512 MNT=/mnt R='\033[0;31m' G='\033[0;32m' Y='\033[1;33m' B='\033[0;34m' N='\033[0m' -info() { echo -e "${G}[✓]${N} $*"; } +info() { echo -e "${G}[i]${N} $*"; } warn() { echo -e "${Y}[!]${N} $*"; } -error() { echo -e "${R}[✗]${N} $*" >&2; exit 1; } +error() { echo -e "${R}[x]${N} $*" >&2; exit 1; } step() { echo -e "\n${B}══${N} $* ${B}══${N}"; } # ── Проверки ────────────────────────────────────────────────────────────────── @@ -114,8 +114,8 @@ if $HAS_WINDOWS; then fi warn "Данные Windows не затрагиваются." echo - read -rp "Продолжить? (да/нет): " ans - [[ "$ans" == "да" ]] || error "Установка отменена" + read -rp "Продолжить? (yes/no): " ans + [[ "$ans" == "yes" ]] || error "Установка отменена" if $NEED_NEW_EFI; then sgdisk \