diff --git a/handlers.available b/handlers.available index afc66f5..4e1e8ff 100644 --- a/handlers.available +++ b/handlers.available @@ -1,5 +1,5 @@ -apt -deb +arch +aur snap flatpak script diff --git a/handlers.available.deb b/handlers.available.deb new file mode 100644 index 0000000..afc66f5 --- /dev/null +++ b/handlers.available.deb @@ -0,0 +1,7 @@ +apt +deb +snap +flatpak +script +make +custom diff --git a/handlers/apt/install b/handlers/apt/install index d725705..1fe189c 100644 --- a/handlers/apt/install +++ b/handlers/apt/install @@ -1,2 +1,2 @@ #!/bin/sh -xargs sudo apt install +xargs sudo apt install "$@" diff --git a/handlers/apt/ppa b/handlers/apt/ppa index 2159acf..0623f02 100644 --- a/handlers/apt/ppa +++ b/handlers/apt/ppa @@ -1,2 +1,2 @@ #!/bin/sh -add-apt-repository "$@" +xargs add-apt-repository "$@" diff --git a/handlers/arch/install b/handlers/arch/install index 7ef36e1..d8b4f84 100644 --- a/handlers/arch/install +++ b/handlers/arch/install @@ -1,2 +1,2 @@ #!/bin/sh -xargs sudo pacman -S +xargs sudo pacman -S --needed --noconfirm "$@" diff --git a/handlers/aur/install b/handlers/aur/install old mode 100644 new mode 100755 index bd7c27d..e1e16bf --- a/handlers/aur/install +++ b/handlers/aur/install @@ -1,2 +1,2 @@ #!/bin/sh -xargs sudo yay -S +yay -S --needed --noconfirm "$@" diff --git a/packages/activitywatch/aur b/packages/activitywatch/aur new file mode 100644 index 0000000..9ba8e02 --- /dev/null +++ b/packages/activitywatch/aur @@ -0,0 +1 @@ +activitywatch-bin diff --git a/packages/dragon/make b/packages/dragon/make old mode 100755 new mode 100644 diff --git a/packages/passff/custom b/packages/passff/custom old mode 100755 new mode 100644 diff --git a/packages/stderred/custom b/packages/stderred/custom old mode 100755 new mode 100644 diff --git a/packages/xkblayout-state/custom b/packages/xkblayout-state/custom old mode 100755 new mode 100644