Version 1.9.5

Additionally removed unnecessary function in .install file
This commit is contained in:
Manuel Hüsers 2016-02-22 13:48:11 +01:00
parent e09bfc779b
commit 47123bf0b4
3 changed files with 6 additions and 11 deletions

View file

@ -3,13 +3,8 @@ msg_blue() {
printf "${blue}==>${bold} $1${all_off}\n"
}
note() {
printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
}
all_off="$(tput sgr0)"
bold="${all_off}$(tput bold)"
yellow="${bold}$(tput setaf 3)"
blue="${bold}$(tput setaf 4)"
_update() {