don't update wine on TwisterOS

pull/605/head
Itai Nelken 5 years ago committed by GitHub
parent b9c3c39221
commit 9eec08e9bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
gui

@ -107,6 +107,11 @@ runonce "
'${DIRECTORY}/install'
fi
"
runonce "
if [ -f /usr/local/bin/twistver ]; then
echo -e "\napps/Wine (x86)/" >> ${DIRECTORY}/data/update-exclusion
fi
"
install() {
app="$1"

Loading…
Cancel
Save