fixed: iss [base] redis

This commit is contained in:
yuejiajun 2025-08-17 12:38:09 +08:00
parent ec815836fa
commit fc9108689f

View File

@ -1,11 +1,11 @@
@echo on @echo off
chcp 65001 >nul chcp 65001 >nul
tital Install Redis Server tital Install Redis Server
:: 检查是否以管理员身份运行 :: 检查是否以管理员身份运行
net session >nul 2>&1 net session >nul 2>&1
if %errorLevel% neq 0 ( if %errorLevel% neq 0 (
echo 请使用管理员身份运行此脚本! echo Please run this script as Administrator!
pause pause
exit /b 1 exit /b 1
) )