feat(handlers): update and add aur
This commit is contained in:
parent
61dd6f1a76
commit
b6d398e795
11 changed files with 14 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
apt
|
arch
|
||||||
deb
|
aur
|
||||||
snap
|
snap
|
||||||
flatpak
|
flatpak
|
||||||
script
|
script
|
||||||
|
|
7
handlers.available.deb
Normal file
7
handlers.available.deb
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
apt
|
||||||
|
deb
|
||||||
|
snap
|
||||||
|
flatpak
|
||||||
|
script
|
||||||
|
make
|
||||||
|
custom
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
xargs sudo apt install
|
xargs sudo apt install "$@"
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
add-apt-repository "$@"
|
xargs add-apt-repository "$@"
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
xargs sudo pacman -S
|
xargs sudo pacman -S --needed --noconfirm "$@"
|
||||||
|
|
2
handlers/aur/install
Normal file → Executable file
2
handlers/aur/install
Normal file → Executable file
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
xargs sudo yay -S
|
yay -S --needed --noconfirm "$@"
|
||||||
|
|
1
packages/activitywatch/aur
Normal file
1
packages/activitywatch/aur
Normal file
|
@ -0,0 +1 @@
|
||||||
|
activitywatch-bin
|
0
packages/dragon/make
Executable file → Normal file
0
packages/dragon/make
Executable file → Normal file
0
packages/passff/custom
Executable file → Normal file
0
packages/passff/custom
Executable file → Normal file
0
packages/stderred/custom
Executable file → Normal file
0
packages/stderred/custom
Executable file → Normal file
0
packages/xkblayout-state/custom
Executable file → Normal file
0
packages/xkblayout-state/custom
Executable file → Normal file
Loading…
Add table
Reference in a new issue