diff --git a/src/applications/teams.sh b/src/applications/teams.sh index b315b8f..6197ef8 100644 --- a/src/applications/teams.sh +++ b/src/applications/teams.sh @@ -1,4 +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 +sudo apt update +sudo apt teams \ No newline at end of file