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