From 0079d8018783182e9777a4b77d49f63eeefe9733 Mon Sep 17 00:00:00 2001 From: Botspot Date: Sat, 24 Apr 2021 21:43:52 -0500 Subject: [PATCH] gui: don't update wine if twisteros - fixes for #605 --- gui | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gui b/gui index bb517e8..fa36cf9 100755 --- a/gui +++ b/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 "