summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOhio22020-11-13 09:53:53 +0100
committerOhio22020-11-13 09:53:53 +0100
commit6f3fd9653fb50ca328a95128847218177faf603c (patch)
tree3d241fe819cf2b2193ab23112a9c78675d105646
parentc72ef9934c1e9f3e71d5ef5b49b7116199d4e103 (diff)
downloadaur-ohio2-nerdfetch.tar.gz
up-to-date!
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e7ff0c638ca..c0c4521ce5b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,6 +20,9 @@ pkgver() {
}
prepare() {
+ if ! which dc &> /dev/null; then
+ echo "Looks like you don't have bc (or your path is wonky)! The program will work, but you won't get the memory percent."
+ fi
cd NerdFetch
}