.
This commit is contained in:
parent
3473e79b98
commit
ec182df2d2
@ -111,7 +111,7 @@ echo.
|
||||
call install-go.cmd
|
||||
echo.
|
||||
|
||||
call install-python.cmd
|
||||
call install-python3.cmd
|
||||
echo.
|
||||
|
||||
rem fuck you microsoft ...
|
||||
|
20
scripts/install-python3.cmd
Normal file
20
scripts/install-python3.cmd
Normal file
@ -0,0 +1,20 @@
|
||||
@echo off
|
||||
|
||||
set SCRIPTS=..\scripts
|
||||
set SOFTWARE=..\software
|
||||
set EXE=python3-setup.exe
|
||||
|
||||
if NOT EXIST %SOFTWARE%\%EXE% (
|
||||
echo ERROR: %SOFTWARE%\%EXE% not found!
|
||||
exit /b
|
||||
)
|
||||
|
||||
echo ####### %0 #######
|
||||
|
||||
cd %SOFTWARE%
|
||||
@echo on
|
||||
%EXE% InstallAllUsers=1 PrependPath=0 /passive
|
||||
@echo off
|
||||
cd %SCRIPTS%
|
||||
|
||||
echo ####### %0 #######
|
@ -10,6 +10,7 @@ set newPATH=%SYSTEMROOT%;%SYSTEMROOT%\system32;^
|
||||
%ProgramFiles%\PureBasic\Compilers;^
|
||||
%ProgramFiles%\Go\bin;^
|
||||
%SystemDrive%\Python27;^
|
||||
%ProgramFiles%\Python39;^
|
||||
%ProgramFiles%\FarManager
|
||||
|
||||
echo ####### %0 #######
|
||||
|
@ -17,7 +17,7 @@ https://winscp.net/download/WinSCP-5.17.10-Portable.zip winscp.zip
|
||||
https://www.sordum.org/files/downloads.php?st-windows-update-blocker wub.zip
|
||||
https://farmanager.com/files/Far30b5700.x64.20201112.msi far-setup.msi
|
||||
https://golang.org/dl/go1.16.windows-amd64.msi go-setup.msi
|
||||
https://www.python.org/ftp/python/3.9.2/python-3.9.2-embed-amd64.zip python-setup.msi
|
||||
https://www.python.org/ftp/python/3.9.2/python-3.9.2-amd64.exe python3-setup.exe
|
||||
http://www.drivesnapshot.de/download/snapshot64.exe snapshot64.exe
|
||||
https://ftp.halifax.rwth-aachen.de/videolan/vlc/3.0.12/win64/vlc-3.0.12-win64.exe vlc-setup.exe
|
||||
https://github.com/microsoft/terminal/releases/download/v1.5.10411.0/Microsoft.WindowsTerminal_1.5.10411.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle
|
||||
|
|
@ -10,3 +10,4 @@ https://totalcommander.ch/win/fixed/tcmd951x64.exe totalcommander-setup.exe
|
||||
https://download.virtualbox.org/virtualbox/6.1.18/VirtualBox-6.1.18-142142-Win.exe virtualbox-setup.exe
|
||||
https://code.visualstudio.com/sha/download?build=stable&os=win32-x64 vscode-setup.exe
|
||||
https://download.xnview.com/XnViewMP-win-x64.exe xnview-setup.exe
|
||||
https://www.python.org/ftp/python/2.7.18/python-2.7.18.amd64.msi python2-setup.msi
|
||||
|
|
Loading…
Reference in New Issue
Block a user