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
Vladislav
eepm
Commits
e4023e53
Commit
e4023e53
authored
Apr 15, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename chocolatey -> choco
parent
966238e4
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
15 additions
and
15 deletions
+15
-15
distr_info
bin/distr_info
+1
-1
epm-install
bin/epm-install
+4
-4
epm-list_available
bin/epm-list_available
+2
-2
epm-packages
bin/epm-packages
+2
-2
epm-remove
bin/epm-remove
+2
-2
epm-search
bin/epm-search
+2
-2
epm-upgrade
bin/epm-upgrade
+2
-2
No files found.
bin/distr_info
View file @
e4023e53
...
...
@@ -177,7 +177,7 @@ case $DISTRIB_ID in
Windows
)
is_command winget
&&
echo
"winget"
&&
return
is_command appget
&&
CMD
=
"appget"
is_command choco
latey
&&
CMD
=
"chocolatey
"
is_command choco
&&
CMD
=
"choco
"
is_command npackdcl
&&
CMD
=
"npackd"
;;
MacOS
)
...
...
bin/epm-install
View file @
e4023e53
...
...
@@ -232,8 +232,8 @@ epm_ni_install_names()
# npackdcl update --package=<package> (remove old and install new)
sudocmd npackdcl add
--package
=
"
$*
"
return
;;
choco
latey
)
docmd choco
latey
install
$@
choco
)
docmd choco
install
$@
return
;;
opkg
)
sudocmd opkg
-force-defaults
install
$@
...
...
@@ -659,8 +659,8 @@ epm_print_install_names_command()
pacman
)
echo
"pacman -S --noconfirm
$*
"
return
;;
choco
latey
)
echo
"choco
latey
install
$*
"
choco
)
echo
"choco install
$*
"
return
;;
nix
)
echo
"nix-env --install
$*
"
...
...
bin/epm-list_available
View file @
e4023e53
...
...
@@ -96,8 +96,8 @@ case $PMTYPE in
eopkg
)
CMD
=
"eopkg list-available"
;;
choco
latey
)
CMD
=
"choco
latey
search ."
choco
)
CMD
=
"choco search ."
;;
slackpkg
)
CMD
=
"slackpkg search ."
...
...
bin/epm-packages
View file @
e4023e53
...
...
@@ -127,8 +127,8 @@ case $PMTYPE in
eopkg
)
CMD
=
"eopkg list-installed"
;;
choco
latey
)
CMD
=
"choco
latey
list"
choco
)
CMD
=
"choco list"
;;
slackpkg
)
CMD
=
"ls -1 /var/log/packages/"
...
...
bin/epm-remove
View file @
e4023e53
...
...
@@ -158,8 +158,8 @@ epm_remove_names()
termux-pkg
)
sudocmd pkg uninstall
$@
return
;;
choco
latey
)
sudocmd choco
latey
uninstall
$@
choco
)
sudocmd choco uninstall
$@
return
;;
slackpkg
)
sudocmd /usr/sbin/slackpkg remove
$@
...
...
bin/epm-search
View file @
e4023e53
...
...
@@ -84,8 +84,8 @@ case $PMTYPE in
docmd npackdcl search
--query
=
"
$string
"
--status
=
all
return
;;
choco
latey
)
CMD
=
"choco
latey
list"
choco
)
CMD
=
"choco list"
;;
slackpkg
)
# FIXME
...
...
bin/epm-upgrade
View file @
e4023e53
...
...
@@ -140,8 +140,8 @@ epm_upgrade()
apk
)
CMD
=
"apk upgrade"
;;
choco
latey
)
CMD
=
"choco
latey
update all"
choco
)
CMD
=
"choco update all"
;;
homebrew
)
#CMD="brew 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