break it while wip
This commit is contained in:
parent
6701c116a4
commit
d1e6291a2a
1 changed files with 1 additions and 1 deletions
2
dream.sh
2
dream.sh
|
@ -134,7 +134,7 @@ check-and-install() {
|
||||||
line
|
line
|
||||||
for pkg in "$@"; do
|
for pkg in "$@"; do
|
||||||
((accum++))
|
((accum++))
|
||||||
local count="[${accum}/${pkglength}]"
|
local count="$(echo [${accum}/${pkglength}])"
|
||||||
if ! command-exists $pkg; then
|
if ! command-exists $pkg; then
|
||||||
spin bold "$(pen bold yellow Installing "$count" $pkg)"
|
spin bold "$(pen bold yellow Installing "$count" $pkg)"
|
||||||
if run --err err pkg-install $pkg; then
|
if run --err err pkg-install $pkg; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue