#!/bin/bash install_neofetch() { echo "Installing neofetch" sudo apt-get install neofetch -y sudo echo "neofetch" >>/home/*/.bashrc }