This commit is contained in:
Konano 2023-10-25 13:24:30 +08:00
parent c3fffadf4a
commit a4226d81ca
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ configure_install() {
if [[ $response =~ ^[Yy]$ ]]; then if [[ $response =~ ^[Yy]$ ]]; then
apt update apt update
apt install tmux git curl htop net-tools tcptraceroute tar unzip -y 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 pip3 install trash-cli
apt install exa -y apt install exa -y

View File

@ -133,7 +133,7 @@ configure_install() {
if [[ $response =~ ^[Yy]$ ]]; then if [[ $response =~ ^[Yy]$ ]]; then
sudo apt update sudo apt update
sudo apt install tmux git curl htop net-tools tcptraceroute tar unzip -y 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 pip3 install trash-cli
sudo apt install exa -y sudo apt install exa -y