Skip to content

Commit

Permalink
Added wireguard.
Browse files Browse the repository at this point in the history
  • Loading branch information
Knucklessg1 committed Aug 11, 2023
1 parent a7cc558 commit 9d372c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systems_manager/systems_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def set_applications(self, applications):
elif self.operating_system == "Windows":
self.applications = [
"Git.Git", "oh-my-posh", "Discord.Discord", "Microsoft.VCRedist.2015+.x64",
"Microsoft.VCRedist.2015+.x86",
"Microsoft.VCRedist.2015+.x86", "WireGuard.WireGuard",
"Microsoft.VCRedist.2013.x64", "Microsoft.VisualStudioCode", "TheDocumentFoundation.LibreOffice",
"Adobe.Acrobat.Reader.64-bit", "Audacity.Audacity", "Google.Chrome", "Balena.Etcher",
"Mozilla.Firefox",
Expand Down

0 comments on commit 9d372c8

Please sign in to comment.