Skip to content

Commit

Permalink
Add Teams-for-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
takov751 authored and flexiondotorg committed Sep 19, 2022
1 parent 5d995c2 commit fd94161
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ cog.out(pretty_list)
| [<img src=".github/github.png" align="top" width="20" />](https://github.com/hakandundar34coding/system-monitoring-center) | `system-monitoring-center` | <i>Multi-featured system monitor.</i> |
| [<img src=".github/debian.png" align="top" width="20" />](https://tailscale.com/) | `tailscale` | <i>Zero config VPN. Works on any device, manages firewall rules for you, and works from anywhere.</i> |
| [<img src=".github/debian.png" align="top" width="20" />](https://www.microsoft.com/microsoft-teams/group-chat-software) | `teams` | <i>Team chat and collaboration.</i> |
| [<img src=".github/debian.png" align="top" width="20" />](https://github.com/IsmaelMartinez/teams-for-linux) | `teams-for-linux` | <i>unofficial Microsoft Teams for LInux</i> |
| [<img src=".github/direct.png" align="top" width="20" />](https://www.teamviewer.com/) | `teamviewer` | <i>The Remote Desktop Software.</i> |
| [<img src=".github/debian.png" align="top" width="20" />](https://github.com/influxdata/telegraf) | `telegraf` | <i>The plugin-driven server agent for collecting & reporting metrics.</i> |
| [<img src=".github/debian.png" align="top" width="20" />](https://www.terraform.io/) | `terraform` | <i>Automate Infrastructure on Any Cloud.</i> |
Expand Down
12 changes: 12 additions & 0 deletions deb-get
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,18 @@ function deb_git-delta() {
SUMMARY="A syntax-highlighting pager for 'git', 'diff', and 'grep' output."
}

function deb_teams-for-linux() {
ARCHS_SUPPORTED="amd64 arm64 armv7l"
get_github_releases "https://api.github.com/repos/IsmaelMartinez/teams-for-linux/releases/latest"
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_DIR}/${APP}.json" | head -n1 | cut -d'"' -f4)
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'_' -f2)"
fi
PRETTY_NAME="teams-for-linux"
WEBSITE="https://github.com/IsmaelMartinez/teams-for-linux"
SUMMARY="unofficial Microsoft Teams for LInux"
}

function deb_fd() {
ARCHS_SUPPORTED="amd64 arm64 armhf"
get_github_releases "https://api.github.com/repos/sharkdp/fd/releases/latest"
Expand Down

0 comments on commit fd94161

Please # to comment.