mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
Fix bug (#394)
This commit is contained in:
parent
7640a99062
commit
265fbbbd54
|
@ -9,7 +9,7 @@ CYAN='\033[36m'
|
|||
GREEN='\033[32m'
|
||||
|
||||
command_exists() {
|
||||
which "$1" >/dev/null 2>&1
|
||||
command -v "$1" >/dev/null 2>&1
|
||||
}
|
||||
|
||||
checkAURHelper() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user