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