mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-18 22:07:09 +08:00
Update EasyALAS_CLICK_INSTALL.bat
This commit is contained in:
@@ -31,7 +31,7 @@ call refreshenv
|
|||||||
:: Uninstalling/removing the platform tools older version, if they exists and killing instances of adb if they are running
|
:: Uninstalling/removing the platform tools older version, if they exists and killing instances of adb if they are running
|
||||||
echo Uninstalling older version
|
echo Uninstalling older version
|
||||||
adb kill-server > nul 2>&1
|
adb kill-server > nul 2>&1
|
||||||
rmdir /Q /S "%PROGRAMFILES%\platform-tools" > nul 2>&1
|
rmdir /Q /S "%PROGRAMDATA%\chocolatey\lib\adb\tools\platform-tools" > nul 2>&1
|
||||||
|
|
||||||
echo installing ADB
|
echo installing ADB
|
||||||
choco install adb --force -y
|
choco install adb --force -y
|
||||||
|
|||||||
Reference in New Issue
Block a user