feat(handlers): update and add aur

This commit is contained in:
xeruf 2022-07-04 14:00:48 +02:00
parent 61dd6f1a76
commit b6d398e795
11 changed files with 14 additions and 6 deletions

View File

@ -1,5 +1,5 @@
apt arch
deb aur
snap snap
flatpak flatpak
script script

7
handlers.available.deb Normal file
View File

@ -0,0 +1,7 @@
apt
deb
snap
flatpak
script
make
custom

View File

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
xargs sudo apt install xargs sudo apt install "$@"

View File

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
add-apt-repository "$@" xargs add-apt-repository "$@"

View File

@ -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
View File

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
xargs sudo yay -S yay -S --needed --noconfirm "$@"

View File

@ -0,0 +1 @@
activitywatch-bin

0
packages/dragon/make Executable file → Normal file
View File

0
packages/passff/custom Executable file → Normal file
View File

0
packages/stderred/custom Executable file → Normal file
View File

0
packages/xkblayout-state/custom Executable file → Normal file
View File