From f6fd9f212a7300ede3b80e23f7fce201de7b7406 Mon Sep 17 00:00:00 2001 From: RealJohnGalt Date: Mon, 29 Oct 2018 10:22:16 -0700 Subject: [PATCH] reqsw: check for winetricks also --- cemutil.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cemutil.sh b/cemutil.sh index 5f2039c..f101306 100755 --- a/cemutil.sh +++ b/cemutil.sh @@ -22,7 +22,7 @@ function downloadlatest { } #Check installed software -declare -a reqsw=("wine" "bsdtar" "unzip" "glxinfo" "curl" "wget") +declare -a reqsw=("wine" "bsdtar" "unzip" "glxinfo" "curl" "wget" "winetricks") for i in "${reqsw[@]}" do if ! [ -x "$(command -v $i)" ]; then