reqsw: check for winetricks also

This commit is contained in:
RealJohnGalt 2018-10-29 10:22:16 -07:00
parent 14b5c50757
commit f6fd9f212a

View File

@ -22,7 +22,7 @@ function downloadlatest {
} }
#Check installed software #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[@]}" for i in "${reqsw[@]}"
do do
if ! [ -x "$(command -v $i)" ]; then if ! [ -x "$(command -v $i)" ]; then