break it while wip
This commit is contained in:
parent
d146d8e422
commit
279fa70a9c
1 changed files with 1 additions and 1 deletions
2
dream.sh
2
dream.sh
|
@ -136,7 +136,7 @@ check-and-install() {
|
||||||
((accum++))
|
((accum++))
|
||||||
# local count="$(echo [${accum}/${pkglength}])"
|
# local count="$(echo [${accum}/${pkglength}])"
|
||||||
if ! command-exists $pkg; then
|
if ! command-exists $pkg; then
|
||||||
spin bold "$(pen bold green ${accum}/${pkglenght} Installed)"
|
spin bold "$(pen bold green '${accum}/${pkglenght} Installed')"
|
||||||
if run --err err pkg-install $pkg; then
|
if run --err err pkg-install $pkg; then
|
||||||
upclear
|
upclear
|
||||||
check "$(pen bold green ${accum}/${pkglenght} Installed) $pkg"
|
check "$(pen bold green ${accum}/${pkglenght} Installed) $pkg"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue