Kill info function

This commit is contained in:
Steven Penny 2015-04-17 23:19:58 -05:00
parent 3ca57e88d3
commit 7a2044ea9f
1 changed files with 1 additions and 5 deletions

View File

@ -182,10 +182,6 @@ function check-packages {
fi
}
function info {
printf '\e[36m%s\e[m\n' "$*" >&2
}
function warn {
printf '\e[1;31m%s\e[m\n' "$*" >&2
}
@ -492,7 +488,7 @@ function apt-install {
fi
if (( wr ))
then
info some required packages did not install, continuing
echo some required packages did not install, continuing
fi
# run all postinstall scripts