Removed unneeded lines from setup script

This commit is contained in:
Noah Andrews
2016-03-02 12:25:21 -05:00
parent b7a94a1f00
commit 06de9628be
2 changed files with 16 additions and 6 deletions
+1 -4
View File
@@ -6,12 +6,9 @@ if NOT ["%errorlevel%"]==["0"] (
exit
)
mingw-get install mingw32-make-bin mingw32-gcc-bin msys-wget-bin msys-unzip-bin
mingw-get install msys-wget-bin msys-unzip-bin
cd \MinGW\bin
REM It would be somewhat better to use symlinks, but then it wouldn't work in XP or Vista.
copy mingw32-make.exe make.exe
mkdir temp
cd temp
wget http://iweb.dl.sourceforge.net/project/dfu-programmer/dfu-programmer/0.7.2/dfu-programmer-win-0.7.2.zip