Remove the installpkg function

This commit is contained in:
Petar Kapriš 2025-04-20 22:03:20 +02:00
parent 087e7d8c5e
commit 7907a9d055

4
bs.sh
View file

@ -93,10 +93,6 @@ export TERM=ansi
### FUNCTIONS ###
installpkg() {
pacman --noconfirm --needed -S "$1" >/dev/null 2>&1
}
error() {
# Log to stderr and exit with failure.
printf "%s\n" "$1" >&2