Skip to content

Commit

Permalink
Update Latest-ADB-Installer.bat
Browse files Browse the repository at this point in the history
Add my name to script
  • Loading branch information
fawazahmed0 committed Nov 13, 2019
1 parent 53bd5ba commit dbff751
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Latest-ADB-Installer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if '%errorlevel%' NEQ '0' (
:gotAdmin
pushd "%CD%"
CD /D "%~dp0"
:--------------------------------------
:--------------------------------------

:: Source: https://stackoverflow.com/questions/4619088/windows-batch-file-file-download-from-a-url
:: Downloading the latest platform tools from google
Expand All @@ -56,5 +56,7 @@ del /f adbinstallerpackage.zip

:: Installation done
cls
echo Latest ADB and Fastboot Driver Installer tool
echo By fawazahmed0 @ xda-developers
echo Installation complete, press any key to exit
pause > NUL
pause > NUL

0 comments on commit dbff751

Please sign in to comment.