Skip to content

Commit 9200eeb

Browse files
Microsoft Teams: Update App Versions
- Microsoft Teams-arm64: 2.6.8 -> 2.6.10 - Microsoft Teams-armhf: 2.6.8 -> 2.6.10
1 parent 3162a6c commit 9200eeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/Microsoft Teams/install-32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
version=2.6.8
3+
version=2.6.10
44

55
install_packages https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v${version}/teams-for-linux_${version}_armv7l.deb || exit 1
66

apps/Microsoft Teams/install-64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
version=2.6.8
3+
version=2.6.10
44

55
install_packages https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v${version}/teams-for-linux_${version}_arm64.deb || exit 1
66

0 commit comments

Comments
 (0)