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
4598f3be
Commit
4598f3be
authored
Nov 29, 2024
by
Ivan Mazhukin
Committed by
Vitaly Lipatov
Dec 01, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play lycheeslicer: fix download link (eterbug #17865)
parent
d4075292
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
lycheeslicer.sh
play.d/lycheeslicer.sh
+4
-3
No files found.
play.d/lycheeslicer.sh
View file @
4598f3be
...
...
@@ -17,10 +17,11 @@ esac
is_stdcpp_enough
"11.0"
||
VERSION
=
"4.1.0"
PKGURL
=
"
$(
eget
--list
--latest
https://mango3d.io/downloads/
"LycheeSlicer-
$VERSION
.deb"
)
"
if
[
"
$VERSION
"
=
"*"
]
;
then
VERSION
=
$(
eget
-O-
https://mango3d.io/download-lychee-slicer |
grep
-o
"Lychee Slicer [0-9].[0-9].[0-9]"
|
awk
'{print $3}'
)
fi
# restore missed CDN for the latest release
PKGURL
=
"
$(
echo
$PKGURL
|
sed
-e
's|mango-lychee.nyc3.digitaloceanspaces.com|mango-lychee.nyc3.cdn.digitaloceanspaces.com|'
)
"
PKGURL
=
"https://mango-lychee.nyc3.cdn.digitaloceanspaces.com/LycheeSlicer-
$VERSION
.deb"
if
!
eget
--check-url
"
$PKGURL
"
;
then
# all previous versions return url to cdn with broken SSL (SSL connection broken only with wget or works only in a browser):
...
...
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