Skip to content

Commit

Permalink
Better Chromium: suggest user purge widevine on uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Jan 17, 2024
1 parent 570618b commit 0a98b2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/Better Chromium/uninstall
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ if [[ "$1" != "update" ]];then
warning '~/pi-apps/api rm_external_repo "pi-apps-coders-chromium" "force"'
warning 'sudo rm -f /etc/apt/preferences.d/pi-apps-coders-chromium'
warning 'sudo apt install --only-upgrade chromium-*'
warning 'sudo apt purge libwidevinecdm0'
fi
fi

Expand Down

0 comments on commit 0a98b2d

Please sign in to comment.