testing
This commit is contained in:
parent
1ecd788ca1
commit
fda85d41db
1 changed files with 3 additions and 3 deletions
6
test.sh
6
test.sh
|
@ -87,9 +87,9 @@ main() {
|
|||
throw "Dependencies could not get generated!"
|
||||
else
|
||||
check "Dependency list generated!"
|
||||
pen red bold "There are ${#pkglist[*]} items to install.."
|
||||
for pkg in "${pkglist[@]}"; do
|
||||
echo "Package: $pkg"
|
||||
pen red bold "There are ${#pkglist[@]} items to install.."
|
||||
for p in "${pkglist[@]}"; do
|
||||
echo "Package: $p"
|
||||
done
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue