mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-26 17:23:19 +01: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…
x
Reference in New Issue
Block a user