if!command-v lsblk >> /dev/null ;then#If lsblk not installed (send to /dev/null to suppress stdout)
echo-e"${COL}${BOLD}Disks:${RESET} Cannot determine disk/partition information (lsblk not installed)"
else
echo-e"${COL}${BOLD}Disks and Partitions:${RESET}"
if!command-v lsblk >> /dev/null;then echo-e"${COL}${BOLD}Disks:${RESET} Cannot determine disk/partition information (lsblk not installed)."## lsblk not installed.