From 7282094e01bb5985e9d9184db82a10a92ed98dc7 Mon Sep 17 00:00:00 2001 From: Konano Date: Sun, 7 Jan 2024 22:28:59 +0800 Subject: [PATCH] =?UTF-8?q?add=20cloc:=20=E4=BB=A3=E7=A0=81=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init_priv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init_priv.sh b/init_priv.sh index 2fac41c..df5a711 100755 --- a/init_priv.sh +++ b/init_priv.sh @@ -42,7 +42,7 @@ configure_install_basic() { configure_install_useful() { [ "$1" != "noupdate" ] && sudo apt update - sudo apt install hexyl bat neofetch fd-find fzf tcptraceroute tree -y + sudo apt install hexyl bat neofetch fd-find fzf tcptraceroute tree cloc -y } configure_install_new() {