remove auto-add widevine & v78 to hidelist

pull/94/head
Botspot 4 years ago committed by GitHub
parent b74868ea58
commit 8dec0c35ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
gui

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

Loading…
Cancel
Save