testing
This commit is contained in:
parent
a29ee9784c
commit
3241e70067
1 changed files with 3 additions and 2 deletions
5
test.sh
5
test.sh
|
@ -78,9 +78,10 @@ spin-get-dependencies() {
|
||||||
spin-installation() {
|
spin-installation() {
|
||||||
local pkglist="$@"
|
local pkglist="$@"
|
||||||
local pkg err out
|
local pkg err out
|
||||||
line
|
|
||||||
pen bold green "Starting installation now.."
|
pen bold green "Starting installation now.."
|
||||||
for pkg in "${pkglist[@]}"; do
|
line
|
||||||
|
|
||||||
|
for pkg in "$pkglist"; 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