diff --git a/init_root.sh b/init_root.sh index 02eb0aa..2440ad4 100755 --- a/init_root.sh +++ b/init_root.sh @@ -128,7 +128,7 @@ configure_install() { if [[ $response =~ ^[Yy]$ ]]; then apt update apt install tmux git curl htop net-tools tcptraceroute tar unzip -y - apt install hexyl bat neofetch fd-find fzf -y + apt install hexyl bat neofetch fd-find fzf pigz -y pip3 install trash-cli apt install exa -y diff --git a/init_sudo.sh b/init_sudo.sh index 353810f..d4ed36b 100755 --- a/init_sudo.sh +++ b/init_sudo.sh @@ -133,7 +133,7 @@ configure_install() { if [[ $response =~ ^[Yy]$ ]]; then sudo apt update sudo apt install tmux git curl htop net-tools tcptraceroute tar unzip -y - sudo apt install hexyl bat neofetch fd-find fzf -y + sudo apt install hexyl bat neofetch fd-find fzf pigz -y pip3 install trash-cli sudo apt install exa -y