reqsw: check for winetricks also
This commit is contained in:
parent
14b5c50757
commit
f6fd9f212a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user