8b1f3a145d
intended to be used in CI
5 lines
146 B
Bash
Executable file
5 lines
146 B
Bash
Executable file
#!/bin/bash
|
|
|
|
PACKAGE="$1"
|
|
echo "Installing $PACKAGE"
|
|
sudo -u ab -D~ bash -c "yay -Syu --removemake --needed --noprogressbar --noconfirm $PACKAGE"
|