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
1
Merge Requests
1
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
f900826c
Commit
f900826c
authored
1 year ago
by
Иван Мажукин
Committed by
Vitaly Lipatov
1 year ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: use snap_get_pkgurl() in snap packages
parent
12d32b16
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
plex-desktop.sh
play.d/plex-desktop.sh
+1
-2
singularityapp.sh
play.d/singularityapp.sh
+1
-4
No files found.
play.d/plex-desktop.sh
View file @
f900826c
...
...
@@ -8,7 +8,6 @@ URL="https://www.plex.tv/"
.
$(
dirname
$0
)
/common.sh
# https://api.snapcraft.io/api/v1/snaps/download/qc6MFRM433ZhI1XjVzErdHivhSOhlpf0_37.snap
PKGURL
=
"
$(
eget
-O-
-H
Snap-Device-Series:16 https://api.snapcraft.io/v2/snaps/info/plex-desktop | epm
--inscript
tool json
-b
|
grep
'\["channel-map",0,"download","url"\]'
|
head
-n1
|
sed
-e
's|.*"\(.*\)"$|\1|'
)
"
#"
PKGURL
=
"
$(
snap_get_pkgurl
$PKGNAME
)
"
install_pkgurl
This diff is collapsed.
Click to expand it.
play.d/singularityapp.sh
View file @
f900826c
...
...
@@ -8,8 +8,5 @@ URL="https://snapcraft.io/singularityapp"
.
$(
dirname
$0
)
/common.sh
SNAPNAME
=
"singularityapp"
# https://api.snapcraft.io/api/v1/snaps/download/qc6MFRM433ZhI1XjVzErdHivhSOhlpf0_37.snap
PKGURL
=
"
$(
eget
-O-
-H
Snap-Device-Series:16 https://api.snapcraft.io/v2/snaps/info/
$SNAPNAME
| epm
--inscript
tool json
-b
|
grep
'\["channel-map",0,"download","url"\]'
|
head
-n1
|
sed
-e
's|.*"\(.*\)"$|\1|'
)
"
PKGURL
=
"
$(
snap_get_pkgurl
$PKGNAME
)
"
install_pkgurl
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