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
e8b56244
Commit
e8b56244
authored
Jan 31, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm-epm_install: skip interactive for install from stdin
parent
3e880f6f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
epm-epm_install
bin/epm-epm_install
+7
-3
No files found.
bin/epm-epm_install
View file @
e8b56244
...
...
@@ -71,15 +71,19 @@ __epm_korinf_list() {
__epm_korinf_install
()
{
# due Error: Can't use epm call from the piped script
#epm install $(__epm_korinf_site_mask "$PACKAGE")
[
-n
"
$non_interactive
"
]
||
interactive
=
"--interactive"
# skip interactive for install eepm from stdin
if
inputisatty
&&
[
-n
"
$PROGDIR
"
]
&&
[
"
$1
"
!=
"eepm"
]
;
then
[
-n
"
$non_interactive
"
]
||
interactive
=
"--interactive"
fi
local
pkg
local
pkg_urls
=
''
for
pkg
in
$*
;
do
pkg_urls
=
"
$pkg_urls
$(
__epm_korinf_site_mask
"
$pkg
"
)
"
done
# due Error: Can't use epm call from the piped script
#epm install $(__epm_korinf_site_mask "$PACKAGE")
pkg_names
=
''
pkg_files
=
''
epm_install
}
...
...
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