Update 'scripts/glacier'

This commit is contained in:
Liam Waldron 2022-07-23 16:52:21 -04:00
parent 0f94ed93b6
commit 57505be3a2

View File

@ -20,6 +20,7 @@ while [[ $# -gt 0 ]]; do
printf "# glacier {cache -c} cache a package\n"
printf "# glacier {cache-install -ci} install a cached package\n"
printf "# glacier {cache-clear -cc} clear the package cache\n"
printf "$ glacier {--showDebugInfo} show debugging info\n"
printf "\n"
printf "This program is free software: see the GNU GPL v3.0 for details.\n"
exit 0
@ -251,10 +252,10 @@ while [[ $# -gt 0 ]]; do
whereis make.conf
printf "Any missing files above, especially make.conf, will cause Glavier to behave abnormally.\n"
printf "Checking that unicode symbols display properly...\n"
printf "$check"
printf "$error"
printf "$warning"
printf "$question"
printf "$check\n"
printf "$error\n"
printf "$warning\n"
printf "$question\n"
printf "$red This is a test.$reset\n"
printf "$green This is a test.$reset\n"
printf "$yellow This is a test.$reset\n"