gui: don't update wine if twisteros - fixes for #605

pull/609/head
Botspot 4 years ago
parent 2303f49e46
commit 0079d80187

6
gui

@ -107,10 +107,12 @@ runonce "
'${DIRECTORY}/install'
fi
"
#on twisteros, prevent the updating of wine and steam
runonce "
if [ -f /usr/local/bin/twistver ]; then
echo -e "\napps/Wine (x86)/" >> ${DIRECTORY}/data/update-exclusion
echo -e "apps/Steam" >>${DIRECTORY}/data/update-exclusion
echo -e '\napps/Wine (x86)/' >> '${DIRECTORY}/data/update-exclusion'
echo -e 'apps/Steam' >> '${DIRECTORY}/data/update-exclusion'
fi
"

Loading…
Cancel
Save