testing..
This commit is contained in:
parent
3b02c9a536
commit
03ccb7cab6
1 changed files with 1 additions and 0 deletions
1
dream.sh
1
dream.sh
|
@ -142,6 +142,7 @@ check-and-install() {
|
||||||
# ─< else go though the list of items and do the same >───────────────────────────────────
|
# ─< else go though the list of items and do the same >───────────────────────────────────
|
||||||
pen grey "Packages to install: $(pen green bold $pkgs)"
|
pen grey "Packages to install: $(pen green bold $pkgs)"
|
||||||
for pkg in "$@"; do
|
for pkg in "$@"; do
|
||||||
|
upclear
|
||||||
if ! command-exists $pkg; then
|
if ! command-exists $pkg; then
|
||||||
spin bold "$(pen bold yellow Installing) $pkg"
|
spin bold "$(pen bold yellow Installing) $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