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
5de46559
Commit
5de46559
authored
2 years ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm-epm_install: allow install a few packages simultaneously.
parent
4a0a2327
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
epm-epm_install
bin/epm-epm_install
+8
-5
No files found.
bin/epm-epm_install
View file @
5de46559
...
...
@@ -71,11 +71,16 @@ __epm_korinf_list() {
__epm_korinf_install
()
{
local
PACKAGE
=
"
$1
"
# due Error: Can't use epm call from the piped script
#epm install $(__epm_korinf_site_mask "$PACKAGE")
[
-n
"
$non_interactive
"
]
||
interactive
=
"--interactive"
pkg_names
=
''
pkg_files
=
''
pkg_urls
=
"
$(
__epm_korinf_site_mask
"
$PACKAGE
"
)
"
epm_install
local
pkg
local
pkg_urls
=
''
for
pkg
in
$*
;
do
pkg_urls
=
"
$pkg_urls
$(
__epm_korinf_site_mask
"
$pkg
"
)
"
done
pkg_names
=
''
pkg_files
=
''
epm_install
}
epm_epm_install
()
{
...
...
@@ -99,7 +104,5 @@ epm_epm_install() {
;;
esac
for
i
in
$pkglist
;
do
__epm_korinf_install
$i
done
__epm_korinf_install
$pkglist
}
This diff is collapsed.
Click to expand it.
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