filp to plug and vimfiler
This commit is contained in:
parent
bcb6cfdd44
commit
628a3926d7
5 changed files with 2581 additions and 261 deletions
4
bin/pk
4
bin/pk
|
|
@ -2,7 +2,7 @@
|
|||
search () {
|
||||
shift
|
||||
if which pacman >/dev/null; then
|
||||
pacman -Ss $1 || aurget -Ss $1
|
||||
pacman -Ss $1 || yay -Ss $1
|
||||
elif which port >/dev/null; then
|
||||
port search $1
|
||||
elif which portmaster >/dev/null; then
|
||||
|
|
@ -31,7 +31,7 @@ update () {
|
|||
install () {
|
||||
shift
|
||||
if which pacman >/dev/null; then
|
||||
sudo pacman -S $* || aurget -S $*
|
||||
sudo pacman -S $* || yay -S $*
|
||||
elif which port >/dev/null; then
|
||||
sudo port install $*
|
||||
elif which portmaster >/dev/null; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue