diff --git a/bs.sh b/bs.sh index fdde9a2..d141cb6 100644 --- a/bs.sh +++ b/bs.sh @@ -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