added install_firefox settings var

This commit is contained in:
Michael H.G. Schmidt 2021-03-31 13:42:21 +02:00
parent 6b5ff9e156
commit 68405f0488
2 changed files with 6 additions and 2 deletions

View File

@ -35,6 +35,7 @@ if EXIST settings.cmd (
echo ++++++++++++++++++
echo windows_updates=%windows_updates%
echo install_firefox=%install_firefox%
echo ++++++++++++++++++
echo.
@ -130,8 +131,10 @@ call install-openshell.cmd
echo.
rem fuck you google ...
if %install_firefox% == 1 (
call install-firefox.cmd
echo.
)
call install-vlc.cmd
echo.

View File

@ -1,3 +1,4 @@
set windows_updates=1
set logon_logo=1
set install_firefox=1