Skip to content

Commit 403c49e

Browse files
committed
ms teams archlinux
1 parent 5cb99f2 commit 403c49e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

main.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,12 @@ install() {
126126
elif [[ "$DOS" == "archlinux" ]]; then
127127
echo_gray "checking ${#items[@]} yay packages..."
128128
yay -S --needed --noconfirm "${items[@]}"
129+
129130
echo_gray "installing rust with rustup..."
130131
rustup default stable
132+
133+
echo_gray "installing ms teams with flatpak..."
134+
flatpak install -y com.github.IsmaelMartinez.teams_for_linux
131135
fi
132136
fi
133137
}

pkg/archlinux.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ tar
131131
telegram-desktop
132132
terminus-font
133133
terraform
134-
teams
135134
thunderbird
136135
ticktick
137136
tldr

0 commit comments

Comments
 (0)