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
36b1591d
Commit
36b1591d
authored
Feb 04, 2014
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fixes
parent
5e7da452
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
epm
bin/epm
+1
-1
epm-install
bin/epm-install
+5
-5
No files found.
bin/epm
View file @
36b1591d
...
@@ -338,7 +338,7 @@ fi
...
@@ -338,7 +338,7 @@ fi
# Use eatmydata for write specific operations
# Use eatmydata for write specific operations
case
$epm_cmd
in
case
$epm_cmd
in
update|upgrade|Upgrade|install|reinstall|Install|remove|kernel_update|release_upgrade
|
)
update|upgrade|Upgrade|install|reinstall|Install|remove|kernel_update|release_upgrade
)
set_eatmydata
set_eatmydata
break
;
break
;
esac
esac
...
...
bin/epm-install
View file @
36b1591d
...
@@ -146,8 +146,8 @@ epm_install_names()
...
@@ -146,8 +146,8 @@ epm_install_names()
guix
)
guix
)
__separate_sudocmd
"guix package -i"
"guix package -i"
$@
__separate_sudocmd
"guix package -i"
"guix package -i"
$@
return
;;
return
;;
guix
)
android
)
__separate_sudocmd
"guix package -i"
"guix package -i"
$@
warning
"We have no idea how to use package repository, ever if it is F-Droid."
return
;;
return
;;
*
)
*
)
fatal
"Have no suitable install command for
$PMTYPE
"
fatal
"Have no suitable install command for
$PMTYPE
"
...
@@ -199,9 +199,9 @@ epm_ni_install_names()
...
@@ -199,9 +199,9 @@ epm_ni_install_names()
nix
)
nix
)
sudocmd nix-env
--install
$@
sudocmd nix-env
--install
$@
return
;;
return
;;
android
)
#
android)
sudocmd pm
install
$@
#
sudocmd pm install $@
return
;;
#
return ;;
slackpkg
)
slackpkg
)
# FIXME: broken status when use batch and default answer
# FIXME: broken status when use batch and default answer
__separate_sudocmd_foreach
"/usr/sbin/slackpkg -batch=on -default_answer=yes install"
"/usr/sbin/slackpkg -batch=on -default_answer=yes upgrade"
$@
__separate_sudocmd_foreach
"/usr/sbin/slackpkg -batch=on -default_answer=yes install"
"/usr/sbin/slackpkg -batch=on -default_answer=yes upgrade"
$@
...
...
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