Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Safing portmaster #241

Merged
merged 3 commits into from
Jul 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ The software below can be installed, updated and removed using `deb-get`.
- `deb-get remove <packagename>`
- `deb-get purge <packagename>`

<br/>

| Source | Package Name | Description |
| :------: | :------------- | :------------ |
| [<img src=".github/debian.png" align="top" width="20" />](https://1password.com) | `1password` | <i>The easiest way to store and use strong passwords.</i> |
Expand Down
8 changes: 8 additions & 0 deletions deb-get
Original file line number Diff line number Diff line change
Expand Up @@ -1638,6 +1638,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
Expand Down