Created
July 2, 2020 04:41
-
-
Save conoro/60021ed9d9bc4a4da720abe89e3d5d21 to your computer and use it in GitHub Desktop.
Stop Chromium on RPi saying it's out of date
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo touch /etc/chromium-browser/customizations/01-disable-update-check;echo CHROMIUM_FLAGS=\"\$\{CHROMIUM_FLAGS\} --check-for-update-interval=31536000\" | sudo tee /etc/chromium-browser/customizations/01-disable-update-check |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment