minor changes
This commit is contained in:
parent
69369f36fd
commit
5569c713c4
@ -103,8 +103,7 @@ fi
|
|||||||
total_failures=$((${#failures[@]}))
|
total_failures=$((${#failures[@]}))
|
||||||
|
|
||||||
if [ $total_failures -gt 0 ]; then
|
if [ $total_failures -gt 0 ]; then
|
||||||
echo "Some of the programs failed to install..."
|
echo "$total_failures of the programs failed to install..."
|
||||||
echo "$total_failures"
|
|
||||||
echo -e "$failures"
|
echo -e "$failures"
|
||||||
echo "Please manually rectify this and then rerun this setup with: ./setup deps"
|
echo "Please manually rectify this and then rerun this setup with: ./setup deps"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user