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
cb33d884
Commit
cb33d884
authored
Apr 29, 2026
by
Ivan Mazhukin
Committed by
Vitaly Lipatov
May 05, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play resilio-sync: fix PKGURL (eterbug #17865)
parent
71ad71da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
11 deletions
+7
-11
resilio-sync.sh
play.d/resilio-sync.sh
+7
-11
No files found.
play.d/resilio-sync.sh
View file @
cb33d884
...
...
@@ -10,42 +10,38 @@ URL="https://www.resilio.com/sync/download/"
warn_version_is_not_supported
pkgtype
=
"
$(
epm print info
-p
)
"
debarch
=
"
$(
epm print info
--debian-arch
)
"
rpmarch
=
"
$(
epm print info
-a
)
"
# can't get latest version from their repo and changelog page, so hardcoding for now
VERSION
=
"3.1.1.1075"
# version in the repo is outdated and doesn't work with cdn
#VERSION=$(eget -O- 'http://linux-packages.resilio.com/resilio-sync/deb/dists/resilio-sync/non-free/binary-amd64/Packages' \
#| awk '/^Package: resilio-sync$/{p=1;next} p&&/^Version:/{print $2; exit}' | sed 's/-.*//')
VERSION
=
$(
eget
-O-
'http://linux-packages.resilio.com/resilio-sync/deb/dists/resilio-sync/non-free/binary-amd64/Packages'
\
|
awk
'/^Package: resilio-sync$/{p=1;next} p&&/^Version:/{print $2; exit}'
|
sed
's/-.*//'
)
case
"
$pkgtype
"
in
rpm
)
# https://download-cdn.resilio.com/3.1.
1.1075/rpm
/x86_64/0/resilio-sync-x86_64.rpm
# https://download-cdn.resilio.com/3.1.
2.1076/linux
/x86_64/0/resilio-sync-x86_64.rpm
file
=
"resilio-sync-
${
rpmarch
}
.rpm"
link_type
=
"rpm"
arch
=
"
$rpmarch
"
;;
*
)
# https://download-cdn.resilio.com/3.1.
1.1075/debian
/amd64/0/resilio-sync-amd64.deb
# https://download-cdn.resilio.com/3.1.
2.1076/linux
/amd64/0/resilio-sync-amd64.deb
file
=
"resilio-sync-
${
debarch
}
.deb"
link_type
=
"debian"
arch
=
"
$debarch
"
;;
esac
PKGURL
=
"https://download-cdn.resilio.com/
$VERSION
/
$link_type
/
$arch
/0/
$file
"
PKGURL
=
"https://download-cdn.resilio.com/
$VERSION
/
linux
/
$arch
/0/
$file
"
install_pkgurl
cat
<<
EOF
Note: run
# serv resilio-sync on
to start
Guardant Control Center
permanently
to start
Resilio Sync
permanently
EOF
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