Up.
This commit is contained in:
@@ -2,13 +2,9 @@
|
||||
|
||||
# Logging function
|
||||
log() {
|
||||
printf "${C_BLU}>>>>> %s <<<<<${F_RST}" "$1"
|
||||
printf "$(tput setaf 4)$(tput bold)>>>>> %s <<<<<$(tput sgr0)" "$1"
|
||||
}
|
||||
|
||||
# Testing existance function
|
||||
exist() {
|
||||
command -v "$1$" >/dev/null 2>&1
|
||||
}
|
||||
|
||||
|
||||
# Packages to install
|
||||
|
||||
Reference in New Issue
Block a user