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