From a4152fc2ad3f3ca86935de83a5c10125a34ea1c1 Mon Sep 17 00:00:00 2001 From: Ryan Bakkes Date: Mon, 29 Aug 2022 10:12:48 +0200 Subject: [PATCH] added teams install --- src/applications/teams.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/applications/teams.sh diff --git a/src/applications/teams.sh b/src/applications/teams.sh new file mode 100644 index 0000000..b315b8f --- /dev/null +++ b/src/applications/teams.sh @@ -0,0 +1,4 @@ +curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add - +sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main" > /etc/apt/sources.list.d/teams.list' +sudo apt-get update +sudo apt-get teams-for-linux \ No newline at end of file