Last active
August 29, 2015 14:21
-
-
Save lewisgoddard/a51a09b4256b74235716 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
cd /etc/apt/sources.list.d/ | |
sudo nano getdeb.list | |
# Change "freya" to "trusty" | |
# Ctrl+X to exit. | |
# Press "y" to confirm and press enter to save. | |
sudo rm versable-elementary-update-trusty.list | |
# You should be free of errors if everything went well. | |
sudo apt-get update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment