break it while wip
This commit is contained in:
parent
5dca625144
commit
772ccf5062
1 changed files with 1 additions and 1 deletions
2
dream.sh
2
dream.sh
|
@ -135,7 +135,7 @@ check-and-install() {
|
||||||
for pkg in "$@"; do
|
for pkg in "$@"; do
|
||||||
((accum++))
|
((accum++))
|
||||||
if ! command-exists $pkg; then
|
if ! command-exists $pkg; then
|
||||||
spin bold "$(pen bold yellow \"Installing [${accum}/${pkglength}]\") $pkg"
|
spin bold "$(pen bold yellow Installing [${accum}/${pkglength}] $pkg)"
|
||||||
if run --err err pkg-install $pkg; then
|
if run --err err pkg-install $pkg; then
|
||||||
upclear
|
upclear
|
||||||
check "$(pen bold green Installed) $pkg"
|
check "$(pen bold green Installed) $pkg"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue