From eba36f5450cce1a3612c367df43efd0d4553fc18 Mon Sep 17 00:00:00 2001
From: Mandy Schoep <2277717+OhMyMndy@users.noreply.github.com>
Date: Wed, 15 Jun 2022 14:17:39 +0000
Subject: [PATCH 1/2] Portmaster
---
README.md | 1 +
deb-get | 8 ++++++++
2 files changed, 9 insertions(+)
diff --git a/README.md b/README.md
index 8745bce9..f6b322c8 100644
--- a/README.md
+++ b/README.md
@@ -215,6 +215,7 @@ The software below can be installed, updated and removed using `deb-get`.
[Plex](https://www.plex.tv/) (`plexmediaserver`) - Stream Movies and TV Shows.
[Polychromatic](https://polychromatic.app/) (`polychromatic`) - Frontend for OpenRazer that enables Razer devices to control lighting effects and more.
[PowerShell](https://docs.microsoft.com/powershell/) (`powershell`) - Cross-platform automation and configuration tool/framework and optimized for dealing with structured data.
+ [Portmaster](https://safing.io/portmaster/) (`portmaster`) - Portmaster is a free and open-source application that puts you back in charge over all your computer's network connections.
[ProtonVPN](https://protonvpn.com/) (`protonvpn`) - High-speed Swiss VPN that safeguards your privacy.
[Quickemu](https://github.com/quickemu-project/quickemu) (`quickemu`) - Quickly create and run optimised Windows, macOS and Linux desktop virtual machines.
[Quickgui](https://github.com/quickemu-project/quickgui) (`quickgui`) - A Flutter frontend for Quickemu.
diff --git a/deb-get b/deb-get
index 203e24cb..4628d43c 100755
--- a/deb-get
+++ b/deb-get
@@ -1562,6 +1562,14 @@ function deb_tailscale() {
SUMMARY="Zero config VPN. Works on any device, manages firewall rules for you, and works from anywhere."
}
+function deb_portmaster() {
+ VERSION_PUBLISHED="$(curl -s https://api.github.com/repos/safing/portmaster/releases/latest | grep -E '"name":' | sed -E 's/[",]//g' | cut -d: -f2 | sed 's/ //g')"
+ URL="https://updates.safing.io/latest/linux_amd64/packages/portmaster-installer.deb"
+ PRETTY_NAME="Portmaster"
+ WEBSITE="https://safing.io/portmaster/"
+ SUMMARY="Portmaster is a free and open-source application that puts you back in charge over all your computer's network connections."
+}
+
function deb_vuescan() {
ARCHS_SUPPORTED="amd64 arm64 i386"
local ARCH_VER
From e9f6367a5832a06346dab1f3b7c0e310d0565bc8 Mon Sep 17 00:00:00 2001
From: Mandy Schoep <2277717+OhMyMndy@users.noreply.github.com>
Date: Wed, 15 Jun 2022 14:18:52 +0000
Subject: [PATCH 2/2] Fix order of README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f6b322c8..2091c573 100644
--- a/README.md
+++ b/README.md
@@ -214,8 +214,8 @@ The software below can be installed, updated and removed using `deb-get`.
[Picocrypt](https://github.com/HACKERALERT/Picocrypt/) (`picocrypt`) - A very small, very simple, yet very secure encryption tool.
[Plex](https://www.plex.tv/) (`plexmediaserver`) - Stream Movies and TV Shows.
[Polychromatic](https://polychromatic.app/) (`polychromatic`) - Frontend for OpenRazer that enables Razer devices to control lighting effects and more.
- [PowerShell](https://docs.microsoft.com/powershell/) (`powershell`) - Cross-platform automation and configuration tool/framework and optimized for dealing with structured data.
[Portmaster](https://safing.io/portmaster/) (`portmaster`) - Portmaster is a free and open-source application that puts you back in charge over all your computer's network connections.
+ [PowerShell](https://docs.microsoft.com/powershell/) (`powershell`) - Cross-platform automation and configuration tool/framework and optimized for dealing with structured data.
[ProtonVPN](https://protonvpn.com/) (`protonvpn`) - High-speed Swiss VPN that safeguards your privacy.
[Quickemu](https://github.com/quickemu-project/quickemu) (`quickemu`) - Quickly create and run optimised Windows, macOS and Linux desktop virtual machines.
[Quickgui](https://github.com/quickemu-project/quickgui) (`quickgui`) - A Flutter frontend for Quickemu.