This commit is contained in:
emmett1
2017-12-08 21:18:36 +08:00
parent f0e366eef7
commit 9e5d20bd22

View File

@@ -19,7 +19,7 @@ list=$(cat $1)
for i in $list; do
if [ -d $INDEX_DIR/$i ]; then
msg "$i is installed"
msg "$i ${color_green}[installed]${color_reset}"
else
echo
msg "installing $i..."