mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 11:43:44 +08:00
Update Easy_Install-V2.bat
This commit is contained in:
@@ -230,7 +230,7 @@ goto updater
|
|||||||
if %errorlevel% == 0 (
|
if %errorlevel% == 0 (
|
||||||
echo GIT Found! Proceeding..
|
echo GIT Found! Proceeding..
|
||||||
echo Updating from whoamikyo repository..
|
echo Updating from whoamikyo repository..
|
||||||
call git remote add whoamikyo https://github.com/whoamikyo/AzurLaneAutoScript.git && git fetch whoamikyo master && git reset --hard whoamikyo/master && git pull --ff-only whoamikyo master
|
call git fetch whoamikyo master && git reset --hard whoamikyo/master && git pull --ff-only whoamikyo master
|
||||||
) else (
|
) else (
|
||||||
echo :: Git not detected, maybe there was an installation issue, try opening another CMD window and type choco install git
|
echo :: Git not detected, maybe there was an installation issue, try opening another CMD window and type choco install git
|
||||||
echo.
|
echo.
|
||||||
@@ -244,7 +244,7 @@ goto updater
|
|||||||
if %errorlevel% == 0 (
|
if %errorlevel% == 0 (
|
||||||
echo GIT Found! Proceeding..
|
echo GIT Found! Proceeding..
|
||||||
echo Updating from whoamikyo nightly repository..
|
echo Updating from whoamikyo nightly repository..
|
||||||
call git remote add whoamikyo https://github.com/whoamikyo/AzurLaneAutoScript.git && git fetch whoamikyo nightly && git reset --hard whoamikyo/nightly && git pull --ff-only whoamikyo nightly
|
call git fetch whoamikyo nightly && git reset --hard whoamikyo/nightly && git pull --ff-only whoamikyo nightly
|
||||||
) else (
|
) else (
|
||||||
echo :: Git not detected, maybe there was an installation issue, try opening another CMD window and type choco install git
|
echo :: Git not detected, maybe there was an installation issue, try opening another CMD window and type choco install git
|
||||||
echo.
|
echo.
|
||||||
|
|||||||
Reference in New Issue
Block a user