From bbd1b5f20117ad9d350b76c99433ffa203cf8380 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Sun, 29 Aug 2021 16:25:38 +0930 Subject: [PATCH] minor changes --- install-dependencies | 1 + 1 file changed, 1 insertion(+) diff --git a/install-dependencies b/install-dependencies index 5e578ff..6ded701 100755 --- a/install-dependencies +++ b/install-dependencies @@ -91,6 +91,7 @@ if [ $laptop -eq 1 ]; then # just catch everything, ik there are better ways to do this case $dependency in xorg) + echo "xorg is has no command." ;; *) failures+=("$dependency")