This commit is contained in:
JEEVITHA KANNAN K S 2024-09-19 07:16:41 +05:30 committed by GitHub
parent 7640a99062
commit 265fbbbd54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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() {