alis/site/content/pages/user-guide/code/aur-package-install.sh

5 lines
224 B
Bash

# shellcheck disable=SC2148,SC2102
# SC2148: Tips depend on target shell and yours is unknown. Add a shebang.
# SC2102: Ranges can only match single chars (mentioned due to duplicates).
$ paru -S [package]
$ yay -S [package]