install.sh: fix formatting
This commit is contained in:
parent
56382e39b2
commit
2f4b5322a6
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
dotfiles="$(dirname "$(realpath "$0")")"
|
dotfiles="$(dirname "$(realpath "$0")")"
|
||||||
|
|
||||||
if [ -t 1 ]; then
|
if [ -t 1 ]; then
|
||||||
sgr0="$(printf '\033[0m')"
|
sgr0="$(printf '\033[0m')"
|
||||||
red="$(printf '\033[31m')"
|
red="$(printf '\033[31m')"
|
||||||
green="$(printf '\033[32m')"
|
green="$(printf '\033[32m')"
|
||||||
yellow="$(printf '\033[33m')"
|
yellow="$(printf '\033[33m')"
|
||||||
|
@ -26,8 +26,8 @@ error() {
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
heading(){
|
heading() {
|
||||||
echo "${blue}===== $1 ==========$sgr0";
|
echo "${blue}===== $1 ==========$sgr0"
|
||||||
}
|
}
|
||||||
|
|
||||||
load_config() {
|
load_config() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue