Skip to content

Instantly share code, notes, and snippets.

@tcelestino
Created March 10, 2016 17:27
Show Gist options
  • Save tcelestino/295ad4e63b2dfaf4ea89 to your computer and use it in GitHub Desktop.
Save tcelestino/295ad4e63b2dfaf4ea89 to your computer and use it in GitHub Desktop.
Fix The (Annoying) ‘Failed to Fetch’ Chrome apt Error
sudo sed -i -e 's/deb http/deb [arch=amd64] http/' "/etc/apt/sources.list.d/google-chrome.list"
sudo sed -i -e 's/deb http/deb [arch=amd64] http/' "/opt/google/chrome/cron/google-chrome"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment