minor changes

This commit is contained in:
Solomon Laing 2021-08-29 16:25:38 +09:30
parent e1f6264b71
commit bbd1b5f201

View File

@ -91,6 +91,7 @@ if [ $laptop -eq 1 ]; then
# just catch everything, ik there are better ways to do this # just catch everything, ik there are better ways to do this
case $dependency in case $dependency in
xorg) xorg)
echo "xorg is has no command."
;; ;;
*) *)
failures+=("$dependency") failures+=("$dependency")