Add Lightpad to Twister's hidelist

pull/204/head
Botspot 4 years ago
parent ecd2fdd92d
commit 71babde58e

5
gui

@ -17,7 +17,10 @@ if [ ! -z "$1" ];then
fi
#hide Chromium Widevine & Back to Chromium v78 on existing TwisterOS installs
(#prettify hidelist file
(if [ -f /usr/local/bin/twistver ] && [ -z "$(cat "${DIRECTORY}/data/hidelist" | grep "Lightpad")" ];then
"${DIRECTORY}/install"
fi
#prettify hidelist file
hidelist="$(cat "${DIRECTORY}/data/hidelist" | sort | uniq | sed '/^[[:space:]]*$/d')"
echo "$hidelist" > "${DIRECTORY}/data/hidelist"
) &

Loading…
Cancel
Save