Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
d1e022e6
Commit
d1e022e6
authored
Jul 18, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play teams: restore install, via web.archive.org
parent
446ef8f3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
teams.sh
play.d/teams.sh
+9
-2
No files found.
play.d/teams.sh
View file @
d1e022e6
...
...
@@ -5,20 +5,25 @@ SUPPORTEDARCHES="x86_64"
VERSION
=
"
$2
"
# After April 12, 2023, Microsoft Teams Free (classic), the legacy free Teams app for business, will no longer be available.
# https://www.microsoft.com/en-us/microsoft-teams/free-classic-retirement?rtc=1
DESCRIPTION
=
''
#"Microsoft Teams for Linux from
the official site"
DESCRIPTION
=
"Microsoft Teams for Linux from the archive.org of
the official site"
.
$(
dirname
$0
)
/common.sh
repack
=
''
pkgtype
=
"
$(
epm print info
-p
)
"
# archive.org have only deb packages
#pkgtype=deb
if
[
"
$pkgtype
"
=
"deb"
]
;
then
URL
=
"https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams"
arch
=
amd64
[
"
$VERSION
"
=
"*"
]
&&
VERSION
=
"[0-9]*"
else
URL
=
"https://packages.microsoft.com/yumrepos/ms-teams"
arch
=
x86_64
pkgtype
=
rpm
[
"
$VERSION
"
=
"*"
]
&&
VERSION
=
"[0-9]*"
||
VERSION
=
"
$VERSION
-1"
fi
if
[
"
$(
epm print info
-s
)
"
=
"alt"
]
;
then
...
...
@@ -27,6 +32,8 @@ fi
# rpm and deb contains the same binaries
# $ diff -ru teams-1.5.00.23861-1.x86_64 teams_1.5.00.23861_amd64
ARCHIVEORG
=
https://web.archive.org/web/20221130114832if_
# epm uses eget to download * names
epm
install
$repack
"
$URL
/
$(
epm print constructname teams
"
$VERSION
"
$arch
$pkgtype
)
"
epm
install
$repack
"
$
ARCHIVEORG
/
$
URL
/
$(
epm print constructname teams
"
$VERSION
"
$arch
$pkgtype
)
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment