mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-05-17 21:14:45 +08:00
Easy_Install-V2: removed redundancy
This commit is contained in:
@@ -73,8 +73,6 @@ goto menu
|
|||||||
echo.
|
echo.
|
||||||
echo JUST RUN UPDATER INSIDE AzurLaneAutoScript FOLDER
|
echo JUST RUN UPDATER INSIDE AzurLaneAutoScript FOLDER
|
||||||
echo.
|
echo.
|
||||||
echo Install in order
|
|
||||||
echo.
|
|
||||||
echo :: Type a 'number' and press ENTER
|
echo :: Type a 'number' and press ENTER
|
||||||
echo :: Type 'exit' to quit
|
echo :: Type 'exit' to quit
|
||||||
echo.
|
echo.
|
||||||
@@ -176,6 +174,7 @@ for %%F in ("*") do (
|
|||||||
call %GIT% pull origin master
|
call %GIT% pull origin master
|
||||||
echo ## setting default branch...
|
echo ## setting default branch...
|
||||||
call %GIT% branch --set-upstream-to=origin/master master
|
call %GIT% branch --set-upstream-to=origin/master master
|
||||||
|
echo ## adding whoamikyo remote origin
|
||||||
call %GIT% remote add whoamikyo %WHOAMIKYO%
|
call %GIT% remote add whoamikyo %WHOAMIKYO%
|
||||||
echo The installation was successful
|
echo The installation was successful
|
||||||
echo Press any key to proceed
|
echo Press any key to proceed
|
||||||
|
|||||||
Reference in New Issue
Block a user