Version 1.9.5
Additionally removed unnecessary function in .install file
This commit is contained in:
parent
e09bfc779b
commit
47123bf0b4
3 changed files with 6 additions and 11 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue