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
dafaabe6
Commit
dafaabe6
authored
Apr 21, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm-epm_install: improve help
parent
21465391
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
epm-epm_install
bin/epm-epm_install
+7
-6
No files found.
bin/epm-epm_install
View file @
dafaabe6
...
...
@@ -81,22 +81,23 @@ __epm_korinf_install_eepm() {
epm_epm_install_help
()
{
echo
"epm ei [packages] - install packages from EPM based Korinf repository"
echo
"epm ei [
URL] [
packages] - install packages from EPM based Korinf repository"
get_help HELPCMD
$SHAREDIR
/epm-epm_install
cat
<<
EOF
Default Korinf repository:
$EPM_KORINF_REPO_URL
Examples:
epm ei [epm|eepm] - install latest eepm (default action)
epm
<package1> [<package2>...]
- install package(s) from default Korinf repo
epm http://someurl.ru <package>
- install package(s) from the
URL
epm --list <package mask> - list available packages by mask
epm ei [epm|eepm]
- install latest eepm (default action)
epm
ei <package1> [<package2>...]
- install package(s) from default Korinf repo
epm http://someurl.ru <package>
- install package(s) from a repo defined by
URL
epm --list <package mask>
- list available packages by mask
EOF
}
epm_epm_install
()
{
epm_epm_install
()
{
if
[
"
$BASEDISTRNAME
"
=
"alt"
]
&&
[
"
$DISTRVERSION
"
!=
"Sisyphus"
]
&&
[
"
$EPMMODE
"
=
"package"
]
;
then
if
__epm_check_if_package_from_repo eepm
;
then
...
...
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