From a4226d81ca0cda6cb75e2364ccf70f6172e1fb4c Mon Sep 17 00:00:00 2001 From: Konano Date: Wed, 25 Oct 2023 13:24:30 +0800 Subject: [PATCH] add pigz --- init_root.sh | 2 +- init_sudo.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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