mirror of
https://github.com/outbackdingo/scratchpkg.git
synced 2026-03-19 21:13:28 +00:00
updated
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user