added teams install

This commit is contained in:
Ryan Bakkes 2022-08-29 10:12:48 +02:00
parent 9cfd4044f1
commit a4152fc2ad

View File

@ -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