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++))
|
((accum++))
|
||||||
local count="[${accum}/${pkglength}]"
|
local count="[${accum}/${pkglength}]"
|
||||||
if ! command-exists $pkg; then
|
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
|
if run --err err pkg-install $pkg; then
|
||||||
upclear
|
upclear
|
||||||
check "$(pen bold green Installed) $pkg $(pen bold yellow $count)"
|
check "$(pen bold green Installed) $pkg $(pen bold yellow $count)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue