steamguard-cli/scripts/docker/arch/install.sh

6 lines
146 B
Bash
Raw Normal View History

#!/bin/bash
PACKAGE="$1"
echo "Installing $PACKAGE"
sudo -u ab -D~ bash -c "yay -Syu --removemake --needed --noprogressbar --noconfirm $PACKAGE"