This commit is contained in:
Konano 2023-12-01 19:12:27 +08:00
parent 71dd994946
commit 139afd82f1

View File

@ -42,7 +42,7 @@ configure_install_basic() {
configure_install_useful() { configure_install_useful() {
[ "$1" != "noupdate" ] && sudo apt update [ "$1" != "noupdate" ] && sudo apt update
sudo apt install hexyl bat neofetch fd-find fzf tcptraceroute -y sudo apt install hexyl bat neofetch fd-find fzf tcptraceroute tree -y
} }
configure_install_new() { configure_install_new() {