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
23cd3399
Commit
23cd3399
authored
1 year ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: fix download name in various scripts
parent
b28a9245
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
rudesktop.sh
play.d/rudesktop.sh
+2
-0
signal.sh
play.d/signal.sh
+1
-1
teamviewer.sh
play.d/teamviewer.sh
+1
-2
No files found.
play.d/rudesktop.sh
View file @
23cd3399
...
...
@@ -13,5 +13,7 @@ esac
.
$(
dirname
$0
)
/common.sh
[
"
$VERSION
"
=
"*"
]
&&
VERSION
=
"[0-9]*"
PKGURL
=
$(
epm tool eget
--list
--latest
https://rudesktop.ru/
$PKGNAME
-
$VERSION
.deb
)
epm
install
$PKGURL
This diff is collapsed.
Click to expand it.
play.d/signal.sh
View file @
23cd3399
...
...
@@ -8,6 +8,6 @@ DOWNURL="https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop"
.
$(
dirname
$0
)
/common.sh
URL
=
$(
epm tool eget
--list
--latest
http://mirror.cs.uchicago.edu/signal/pool/main/s/signal-desktop/
'${PKGNAME}_${VERSION}_amd64.deb'
)
URL
=
$(
epm tool eget
--list
--latest
http://mirror.cs.uchicago.edu/signal/pool/main/s/signal-desktop/
"
${
PKGNAME
}
_
${
VERSION
}
_amd64.deb"
)
URL
=
$(
echo
"
$URL
"
|
sed
-e
"s|
\(
.*/
\)
|
$DOWNURL
/|"
)
epm
install
"
$URL
"
This diff is collapsed.
Click to expand it.
play.d/teamviewer.sh
View file @
23cd3399
...
...
@@ -2,7 +2,6 @@
PKGNAME
=
"teamviewer"
SUPPORTEDARCHES
=
"x86_64 armhf"
VERSION
=
"
$2
"
DESCRIPTION
=
"Teamviewer from the official site"
.
$(
dirname
$0
)
/common.sh
...
...
@@ -27,7 +26,7 @@ repack=''
[
"
$(
epm print info
-p
)
"
=
"deb"
]
||
repack
=
'--repack'
# epm uses eget to download * names
epm
$repack
install
"https://download.teamviewer.com/download/linux/
$(
epm print constructname
$PKGNAME
"
$VERSION
"
)
"
||
exit
epm
$repack
install
"https://download.teamviewer.com/download/linux/
$(
epm print constructname
$PKGNAME
)
"
||
exit
cat
<<
EOF
...
...
This diff is collapsed.
Click to expand it.
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