Add TPM plugin to Firefox and Remove Bitwarden/1Password Plugin #36
This commit is contained in:
parent
ec4996c790
commit
d835acb296
@ -1,7 +1,5 @@
|
||||
# Windows 10 automated install
|
||||
|
||||
Please note: ***Current supported Version is: 2020 H1 (Version 1)***
|
||||
|
||||
## What is all this about?
|
||||
|
||||
The installation of systems (professional or private) is a tedious job. In general nobody enjoys this. Nowadays most private individuals also have at least 2 computers. In my case there are 3 PC's in my private office and 3 in my companie's office (I am the company owner). There are also 2 laptops. Mind you: I use these 8 PC's solely for my work and my hobby as a Linux developer.
|
||||
|
@ -18,11 +18,8 @@ set BADGERTARGET=jid1-MnnxcxisBPnSXQ@jetpack.xpi
|
||||
set UBLOCKFILE=%SOFTWARE%\ublockorigin-addon.xpi
|
||||
set UBLOCKTARGET=uBlock0@raymondhill.net.xpi
|
||||
|
||||
set PASSWORD1FILE=%SOFTWARE%\1password-addon.xpi
|
||||
set PASSWORD1TARGET={d634138d-c276-4fc8-924b-40a0ea21d284}.xpi
|
||||
|
||||
set BITWARDENFILE=%SOFTWARE%\bitwarden-addon.xpi
|
||||
set BITWARDENTARGET={446900e4-71c2-419f-a6a7-df9c091e268b}.xpi
|
||||
set TPMFILE=%SOFTWARE%\tpm-addon.xpi
|
||||
set TPMTARGET=info@teampasswordmanager.com.xpi
|
||||
|
||||
echo ####### %0 #######
|
||||
|
||||
@ -61,11 +58,8 @@ copy /Y %BADGERFILE% %FIREFOXBASE%\distribution\extensions\%BADGERTARGET%
|
||||
echo installing uBlock to fight even more internet bullshit ...
|
||||
copy /Y %UBLOCKFILE% %FIREFOXBASE%\distribution\extensions\%UBLOCKTARGET%
|
||||
|
||||
echo installing 1Password plugin ...
|
||||
copy /Y %PASSWORD1FILE% %FIREFOXBASE%\distribution\extensions\%PASSWORD1TARGET%
|
||||
|
||||
echo installing Bitwarden plugin ...
|
||||
copy /Y %BITWARDENFILE% %FIREFOXBASE%\distribution\extensions\%BITWARDENTARGET%
|
||||
echo installing Team PAssword Manager plugin ...
|
||||
copy /Y %TPMFILE% %FIREFOXBASE%\distribution\extensions\%TPMTARGET%
|
||||
|
||||
echo ####### %0 #######
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
https://ftp.mozilla.org/pub/firefox/releases/91.0.2/win64/en-US/Firefox%20Setup%2091.0.2.exe firefox-setup.exe
|
||||
https://addons.mozilla.org/firefox/downloads/file/3714988/bitwarden_free_password_manager-1.48.1-an+fx.xpi bitwarden-addon.xpi
|
||||
https://addons.mozilla.org/firefox/downloads/file/3719054/ublock_origin-1.33.2-an+fx.xpi ublockorigin-addon.xpi
|
||||
https://addons.mozilla.org/firefox/downloads/file/3719726/privacy_badger-2021.2.2-an+fx.xpi privacybadger-addon.xpi
|
||||
https://addons.mozilla.org/firefox/downloads/file/3770188/team_password_manager-3.15.15-fx.xpi tpm-addon.xpi
|
||||
|
|
Loading…
Reference in New Issue
Block a user