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
8b6a2953
Commit
8b6a2953
authored
Mar 25, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm: fix eget --check using
parent
0e5eddcd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
epm-epm_install
bin/epm-epm_install
+2
-2
lycheeslicer.sh
play.d/lycheeslicer.sh
+1
-1
No files found.
bin/epm-epm_install
View file @
8b6a2953
...
...
@@ -31,9 +31,9 @@ __epm_korinf_site_mask() {
# set arch for Korinf compatibility
[
"
$SYSTEMARCH
"
=
"x86_64"
]
&&
archprefix
=
"x86_64/"
local
URL
=
"
$EPM_KORINF_REPO_URL
/
$archprefix$DISTRNAME
/
$DISTRVERSION
"
if
!
eget
--check
"
$URL
"
;
then
if
!
eget
--check
-url
"
$URL
"
;
then
tURL
=
"
$EPM_KORINF_REPO_URL
/
$archprefix$BASEDISTRNAME
/
$DISTRREPONAME
"
docmd eget
--check
"
$tURL
"
&&
URL
=
"
$tURL
"
docmd eget
--check
-url
"
$tURL
"
&&
URL
=
"
$tURL
"
fi
eget
--list
--latest
"
$URL
/
$MASK
*.
$PKGFORMAT
"
}
...
...
play.d/lycheeslicer.sh
View file @
8b6a2953
...
...
@@ -22,7 +22,7 @@ PKGURL="$(eget --list --latest https://mango3d.io/downloads/ "LycheeSlicer-$VERS
# restore missed CDN for the latest release
PKGURL
=
$(
echo
$PKGURL
|
sed
-e
's|mango-lychee.nyc3.digitaloceanspaces.com|mango-lychee.nyc3.cdn.digitaloceanspaces.com|'
)
if
!
eget
--check
"
$PKGURL
"
;
then
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):
# Connecting to mango-lychee.nyc3.cdn.digitaloceanspaces.com (mango-lychee.nyc3.cdn.digitaloceanspaces.com)|205.185.216.42|:443... connected.
# Unable to establish SSL connection.
...
...
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