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
Nurlan
eepm
Commits
74a6bb4f
Commit
74a6bb4f
authored
Apr 18, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add duplicati support
parent
42ff9901
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
duplicati.sh
play.d/duplicati.sh
+16
-0
No files found.
play.d/duplicati.sh
0 → 100755
View file @
74a6bb4f
#!/bin/sh
PKGNAME
=
duplicati
DESCRIPTION
=
"Duplicati from the official site"
.
$(
dirname
$0
)
/common.sh
pkgtype
=
"
$(
$DISTRVENDOR
-p
)
"
# we have workaround for their postinstall script, so always repack rpm package
[
"
$pkgtype
"
=
"deb"
]
||
repack
=
'--repack'
#PKG=$($EGET --list --latest https://www.duplicati.com/download "duplicati-*$pkgtype") || fatal "Can't get package URL"
PKG
=
$(
$EGET
-O
/dev/stdout https://updates.duplicati.com/beta/latest-installers.js |
grep
-i
-o
-E
'"url": "(.+)"'
|
cut
-d
'"'
-f4
|
grep
"duplicati.*
$pkgtype
"
)
epm
install
$repack
"
$PKG
"
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