Skip to content

Instantly share code, notes, and snippets.

@conoro
Created July 2, 2020 04:41
Show Gist options
  • Save conoro/60021ed9d9bc4a4da720abe89e3d5d21 to your computer and use it in GitHub Desktop.
Save conoro/60021ed9d9bc4a4da720abe89e3d5d21 to your computer and use it in GitHub Desktop.
Stop Chromium on RPi saying it's out of date
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