testing
This commit is contained in:
parent
865c2b18bf
commit
e4953bc94e
1 changed files with 2 additions and 2 deletions
4
test.sh
4
test.sh
|
@ -76,12 +76,12 @@ spin-get-dependencies() {
|
||||||
}
|
}
|
||||||
|
|
||||||
spin-installation() {
|
spin-installation() {
|
||||||
local pkglist="$@"
|
local pkglists="$@"
|
||||||
local pkg err out
|
local pkg err out
|
||||||
pen bold green "Starting installation now.."
|
pen bold green "Starting installation now.."
|
||||||
line
|
line
|
||||||
|
|
||||||
for pkg in "$pkglist"; do
|
for pkg in "${pkglists[@]}"; do
|
||||||
spin grey "Installing $pkg"
|
spin grey "Installing $pkg"
|
||||||
if run --err err --out out pkg-install $pkg; then
|
if run --err err --out out pkg-install $pkg; then
|
||||||
check green "$pkg installed!"
|
check green "$pkg installed!"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue