This repository has been archived on 2021-11-23. You can view files and clone it, but cannot push or open issues or pull requests.
sh_multi_install/default/install.sh
2021-03-06 15:18:01 +01:00

13 lines
227 B
Bash

#!/bin/bash
source $PWD/apps/lsd.sh
default_install() {
echo 'Installing:'
sudo apt-get install net-tools htop tree zip unzip neofetch trash-cli ncdu -y
sudo echo "neofetch" >> /home/*/.bashrc
install_lsd
}