Skip to content
Snippets Groups Projects
Commit 9aaf87c1 authored by Bob's avatar Bob
Browse files

Fix typo.

parent 400bbbac
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,8 @@ sudo update-grub
sudo sed -i -e 's/us.archive.ubuntu.com/mirrors.kernel.org/' \
/etc/apt/sources.list
sudo sed -i -e 's/\/archive.ubuntu.com/\/mirrors.kernel.org/' \
/etc/apt/sources.listsudo apt-get update
/etc/apt/sources.list
sudo apt-get update
# Clean up vmware easy install junk if present
if [ -e /etc/issue.backup ]; then
sudo mv /etc/issue.backup /etc/issue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment