fixing it again..
This commit is contained in:
parent
b8e22c0d59
commit
4cdbf5af11
1 changed files with 1 additions and 1 deletions
2
dream.sh
2
dream.sh
|
@ -151,7 +151,7 @@ check-and-install() {
|
|||
((accum++))
|
||||
local count="[${accum}/${pkglength}]"
|
||||
if ! command-exists $pkg; then
|
||||
spin bold "$(pen bold yellow $count) $(pen bold yellow Installing) $pkg"
|
||||
spin bold "$(pen bold yellow Installing) $pkg $(pen bold green $count)"
|
||||
if run --err err pkg-install $pkg; then
|
||||
upclear
|
||||
check "$(pen bold green Installed) $pkg $(pen bold yellow $count)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue