Created
March 10, 2016 17:27
-
-
Save tcelestino/295ad4e63b2dfaf4ea89 to your computer and use it in GitHub Desktop.
Fix The (Annoying) ‘Failed to Fetch’ Chrome apt Error
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 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