use winget for c++ libraries

This commit is contained in:
Mylloon 2022-11-06 23:20:30 +01:00
parent 53bfb59c3b
commit 0e8faeb4b6
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -67,6 +67,20 @@ winget install -he KDE.KDEConnect
winget install -he HeroicGamesLauncher.HeroicGamesLauncher
winget install -he Microsoft.PowerShell
:: === C++ Libraries ==
winget install -he Microsoft.VCRedist.2005.x86
winget install -he Microsoft.VCRedist.2005.x64
winget install -he Microsoft.VCRedist.2008.x86
winget install -he Microsoft.VCRedist.2008.x64
winget install -he Microsoft.VCRedist.2010.x86
winget install -he Microsoft.VCRedist.2010.x64
winget install -he Microsoft.VCRedist.2012.x86
winget install -he Microsoft.VCRedist.2012.x64
winget install -he Microsoft.VCRedist.2013.x86
winget install -he Microsoft.VCRedist.2013.x64
winget install -he Microsoft.VCRedist.2015+.x86
winget install -he Microsoft.VCRedist.2015+.x64
:: Install WSL
wsl --install
@ -84,9 +98,6 @@ powershell -Command "Invoke-WebRequest -Uri https://git.kennel.ml/Anri/confOS/ra
powershell -Command "Invoke-WebRequest -Uri https://git.kennel.ml/Anri/confOS/raw/branch/main/.mozilla/firefox/extensions/SponsorBlockConfig.json -OutFile %HOMEPATH%\Downloads\SponsorBlockConfig.json"
echo La configuration des differents Addons de Firefox est presente dans le dossier %HOMEPATH%\Downloads.
:: === C++ Libraries ==
echo Rend toi sur https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/ et installe les bibliotheques C++.
:: === User Diag for drivers ==
:: powershell -Command "Invoke-WebRequest -Uri https://userdiag.com/download -OutFile %HOMEPATH%\Downloads\UserDiag.exe"
:: echo Installe les pilotes, pour connaitre la liste des pilotes, utilise UserDiag (cf. dossier Telechargements)