Commit d0986ccb authored by Vitaly Lipatov's avatar Vitaly Lipatov

add prescription for teams

parent ace2d2bd
#!/bin/sh
# TODO: common place
fatal()
{
echo "FATAL: $*" >&2
exit 1
}
[ "$1" != "--run" ] && echo "Install Microsoft Teams for Linux from the official site" && exit
[ "$(distro_info -a)" != "x86_64" ] && echo "Only x86_64 is supported" && exit 1
# rpm and deb contains the same binaries
#https://packages.microsoft.com/yumrepos/ms-teams/teams-1.3.00.25560-1.x86_64.rpm
# epm uses eget to download * names
epm --noscripts install "https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_*_amd64.deb"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment