Thread with 1 post
jump to expanded postPSA: if using google-chrome on Ubuntu and the google-chrome sources file disappears from /etc/apt/sources.list.d
, ie. during an upgrade, it doesn't get recreated automatically by the google-chrome daily cron job, which normally keeps it up to date.
You have to set repo_add_once="true"
in /etc/default/google-chrome
to fix it as the daily cron script assumes the source file was deleted on purpose.