Remove the installpkg function
This commit is contained in:
parent
087e7d8c5e
commit
7907a9d055
1 changed files with 0 additions and 4 deletions
4
bs.sh
4
bs.sh
|
@ -93,10 +93,6 @@ export TERM=ansi
|
||||||
|
|
||||||
### FUNCTIONS ###
|
### FUNCTIONS ###
|
||||||
|
|
||||||
installpkg() {
|
|
||||||
pacman --noconfirm --needed -S "$1" >/dev/null 2>&1
|
|
||||||
}
|
|
||||||
|
|
||||||
error() {
|
error() {
|
||||||
# Log to stderr and exit with failure.
|
# Log to stderr and exit with failure.
|
||||||
printf "%s\n" "$1" >&2
|
printf "%s\n" "$1" >&2
|
||||||
|
|
Loading…
Add table
Reference in a new issue