|
|
|
|
@ -21,7 +21,7 @@ choco upgrade -y $cache nvidia-display-driver --version=425.31 --params "'/HDAud
|
|
|
|
|
choco upgrade -y $cache 7zip.install |
|
|
|
|
choco upgrade -y $cache k-litecodecpackbasic |
|
|
|
|
choco upgrade -y $cache wiztree |
|
|
|
|
choco upgrade -y $cache gpg4win |
|
|
|
|
choco upgrade -y $cache gnupg |
|
|
|
|
choco upgrade -y $cache git.install --params "/GitOnlyOnPath /NoAutoCrlf /WindowsTerminal /NoShellIntegration /NoCredentialManager" |
|
|
|
|
choco upgrade -y $cache qtpass |
|
|
|
|
|
|
|
|
|
@ -30,6 +30,7 @@ refreshenv
|
|
|
|
|
|
|
|
|
|
# Import GPG key |
|
|
|
|
gpg --keyserver hkp://pool.sks-keyservers.net --recv-key EE27143FD4C1C95A86B4D83D806539FA8D18CA37 |
|
|
|
|
#The key needs to be trusted manually! With `gpg --edit-key EE27143FD4C1C95A86B4D83D806539FA8D18CA37` - `trust` - `5` - `save` |
|
|
|
|
|
|
|
|
|
# Browser |
|
|
|
|
choco upgrade -y $cache firefox --params "/l:en-US /NoTaskbarShortcut /NoDesktopShortcut" |
|
|
|
|
|