#!/bin/bash install_ncdu() { echo "Installing ncdu" sudo apt-get install ncdu -y }