Browse Source

Go back to gnupg

master
GoFish 5 years ago
parent
commit
d39be40e78
  1. 3
      windows_to_go.ps1

3
windows_to_go.ps1

@ -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"

Loading…
Cancel
Save