Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eget
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
eget
Commits
f4222735
Commit
f4222735
authored
Dec 05, 2024
by
Vitaly Lipatov
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eget: use curl by default
parent
4f7a6108
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
eget
eget
+3
-3
No files found.
eget
View file @
f4222735
...
@@ -906,9 +906,9 @@ case "$EGET_BACKEND" in
...
@@ -906,9 +906,9 @@ case "$EGET_BACKEND" in
[
-n
"
$CURL
"
]
||
fatal
"There are no curl in the system but you forced using it via EGET_BACKEND. Install it with
$
epm install curl"
[
-n
"
$CURL
"
]
||
fatal
"There are no curl in the system but you forced using it via EGET_BACKEND. Install it with
$
epm install curl"
;;
;;
''
)
''
)
[
-n
"
$
WGET
"
]
&&
EGET_BACKEND
=
"wget
"
[
-n
"
$
CURL
"
]
&&
EGET_BACKEND
=
"curl
"
[
-z
"
$EGET_BACKEND
"
]
&&
[
-n
"
$
CURL
"
]
&&
EGET_BACKEND
=
"curl
"
[
-z
"
$EGET_BACKEND
"
]
&&
[
-n
"
$
WGET
"
]
&&
EGET_BACKEND
=
"wget
"
[
-n
"
$EGET_BACKEND
"
]
||
fatal
"There are no wget nor curl in the system. Install
something with
$
epm install wget
"
[
-n
"
$EGET_BACKEND
"
]
||
fatal
"There are no wget nor curl in the system. Install
it via
$
epm install curl
"
;;
;;
*
)
*
)
fatal
"Uknown EGET_BACKEND
$EGET_BACKEND
"
fatal
"Uknown EGET_BACKEND
$EGET_BACKEND
"
...
...
Vitaly Lipatov
@lav
mentioned in commit
2ec9b332
·
Feb 20, 2026
mentioned in commit
2ec9b332
mentioned in commit 2ec9b3323ece0a2ece9648bdcc42afe46666ec7a
Toggle commit list
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