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
9779f803
Commit
9779f803
authored
Apr 12, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: use snap name for downloading snap (not rpm package name)
parent
4f7634b7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
penpot-desktop.sh
play.d/penpot-desktop.sh
+1
-1
plex-desktop.sh
play.d/plex-desktop.sh
+1
-1
raindrop.sh
play.d/raindrop.sh
+1
-1
singularityapp.sh
play.d/singularityapp.sh
+1
-1
tradingview.sh
play.d/tradingview.sh
+1
-1
No files found.
play.d/penpot-desktop.sh
View file @
9779f803
...
@@ -8,5 +8,5 @@ URL="https://snapcraft.io/penpot-desktop"
...
@@ -8,5 +8,5 @@ URL="https://snapcraft.io/penpot-desktop"
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
PKGURL
=
"
$(
snap_get_pkgurl
$
PKGNAME
)
"
PKGURL
=
"
$(
snap_get_pkgurl
$
URL
)
"
install_pkgurl
install_pkgurl
play.d/plex-desktop.sh
View file @
9779f803
...
@@ -8,6 +8,6 @@ URL="https://www.plex.tv/"
...
@@ -8,6 +8,6 @@ URL="https://www.plex.tv/"
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
PKGURL
=
"
$(
snap_get_pkgurl
$PKGNAME
)
"
PKGURL
=
"
$(
snap_get_pkgurl
https://snapcraft.io/plex-desktop
)
"
install_pkgurl
install_pkgurl
play.d/raindrop.sh
View file @
9779f803
...
@@ -8,5 +8,5 @@ URL="https://snapcraft.io/raindrop"
...
@@ -8,5 +8,5 @@ URL="https://snapcraft.io/raindrop"
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
PKGURL
=
"
$(
snap_get_pkgurl
$
PKGNAME
)
"
PKGURL
=
"
$(
snap_get_pkgurl
$
URL
)
"
install_pkgurl
install_pkgurl
play.d/singularityapp.sh
View file @
9779f803
...
@@ -8,5 +8,5 @@ URL="https://snapcraft.io/singularityapp"
...
@@ -8,5 +8,5 @@ URL="https://snapcraft.io/singularityapp"
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
PKGURL
=
"
$(
snap_get_pkgurl
$
PKGNAME
)
"
PKGURL
=
"
$(
snap_get_pkgurl
$
URL
)
"
install_pkgurl
install_pkgurl
play.d/tradingview.sh
View file @
9779f803
...
@@ -8,5 +8,5 @@ URL="https://snapcraft.io/tradingview"
...
@@ -8,5 +8,5 @@ URL="https://snapcraft.io/tradingview"
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
PKGURL
=
"
$(
snap_get_pkgurl
$
PKGNAME
)
"
PKGURL
=
"
$(
snap_get_pkgurl
$
URL
)
"
install_pkgurl
install_pkgurl
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