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
c1a28ec2
Commit
c1a28ec2
authored
Aug 07, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit packed 3.62.13
parent
0dec5ae4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
epm.sh
packed/epm.sh
+6
-4
serv.sh
packed/serv.sh
+2
-2
No files found.
packed/epm.sh
View file @
c1a28ec2
...
@@ -34,7 +34,7 @@ SHAREDIR=$PROGDIR
...
@@ -34,7 +34,7 @@ SHAREDIR=$PROGDIR
# will replaced with /etc/eepm during install
# will replaced with /etc/eepm during install
CONFIGDIR
=
$PROGDIR
/../etc
CONFIGDIR
=
$PROGDIR
/../etc
export
EPMVERSION
=
"3.62.1
2
"
export
EPMVERSION
=
"3.62.1
3
"
# package, single (file), pipe, git
# package, single (file), pipe, git
EPMMODE
=
"package"
EPMMODE
=
"package"
...
@@ -3401,8 +3401,10 @@ __epm_korinf_install_eepm()
...
@@ -3401,8 +3401,10 @@ __epm_korinf_install_eepm()
fi
fi
pkg_list
=
"eepm"
pkg_list
=
"eepm"
# don't lose eepm-repack if installed
# don't lose eepm-* if installed
is_installed eepm-repack
&&
pkg_list
=
"
$pkg_list
eepm-repack"
for
i
in
repack play
;
do
is_installed eepm-
$i
&&
pkg_list
=
"
$pkg_list
eepm-
$i
"
done
# enable scripts to resolve dependencies with apt
# enable scripts to resolve dependencies with apt
scripts
=
'--scripts'
__epm_korinf_install
$pkg_list
scripts
=
'--scripts'
__epm_korinf_install
$pkg_list
...
@@ -14131,7 +14133,7 @@ if distro os-release ; then
...
@@ -14131,7 +14133,7 @@ if distro os-release ; then
#PRETTY_NAME
#PRETTY_NAME
VENDOR_ID
=
"
$ID
"
VENDOR_ID
=
"
$ID
"
case
"
$VENDOR_ID
"
in
case
"
$VENDOR_ID
"
in
ubuntu|reld|rhel|astra|manjaro|redos
)
ubuntu|reld|rhel|astra|manjaro|redos
|msvsphere|alteros
)
;;
;;
*
)
*
)
# ID_LIKE can be 'rhel centos fedora', use latest word
# ID_LIKE can be 'rhel centos fedora', use latest word
...
...
packed/serv.sh
View file @
c1a28ec2
...
@@ -34,7 +34,7 @@ SHAREDIR=$PROGDIR
...
@@ -34,7 +34,7 @@ SHAREDIR=$PROGDIR
# will replaced with /etc/eepm during install
# will replaced with /etc/eepm during install
CONFIGDIR
=
$PROGDIR
/../etc
CONFIGDIR
=
$PROGDIR
/../etc
EPMVERSION
=
"3.62.1
2
"
EPMVERSION
=
"3.62.1
3
"
# package, single (file), pipe, git
# package, single (file), pipe, git
EPMMODE
=
"package"
EPMMODE
=
"package"
...
@@ -2169,7 +2169,7 @@ if distro os-release ; then
...
@@ -2169,7 +2169,7 @@ if distro os-release ; then
#PRETTY_NAME
#PRETTY_NAME
VENDOR_ID
=
"
$ID
"
VENDOR_ID
=
"
$ID
"
case
"
$VENDOR_ID
"
in
case
"
$VENDOR_ID
"
in
ubuntu|reld|rhel|astra|manjaro|redos
)
ubuntu|reld|rhel|astra|manjaro|redos
|msvsphere|alteros
)
;;
;;
*
)
*
)
# ID_LIKE can be 'rhel centos fedora', use latest word
# ID_LIKE can be 'rhel centos fedora', use latest word
...
...
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