Fix up some shebangs and the i3 config
This commit is contained in:
parent
8c05706bcc
commit
43a2aed879
4 changed files with 8 additions and 8 deletions
2
bin/pk
2
bin/pk
|
|
@ -31,7 +31,7 @@ update () {
|
|||
install () {
|
||||
shift
|
||||
if which pacman >/dev/null; then
|
||||
sudo pacman -S $* || sudo aurget -Ss --asroot $*
|
||||
sudo pacman -S $* || aurget -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