summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-07-26 14:06:09 -0400
committerBen Burwell <ben@benburwell.com>2015-07-26 14:06:09 -0400
commit6b0fad5657d802603cb6f64f51b5387bbfbc2059 (patch)
treeca8669d51e28f544d2dc5c612f53909fc0b11879 /_posts
parent38bc5806acc3139874ff9bd8f7e033187a769ed8 (diff)
Add whitespace preformatting for code blocks (closes #5), move instructions to Gist
Diffstat (limited to '_posts')
-rw-r--r--_posts/2015-04-23-getting-login-to-work-ubuntu-15.04-nvidia.markdown8
1 files changed, 1 insertions, 7 deletions
diff --git a/_posts/2015-04-23-getting-login-to-work-ubuntu-15.04-nvidia.markdown b/_posts/2015-04-23-getting-login-to-work-ubuntu-15.04-nvidia.markdown
index 883fa19..a0bd1cd 100644
--- a/_posts/2015-04-23-getting-login-to-work-ubuntu-15.04-nvidia.markdown
+++ b/_posts/2015-04-23-getting-login-to-work-ubuntu-15.04-nvidia.markdown
@@ -15,12 +15,6 @@ By entering <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>F3</kbd>, I was able to drop
In the same shell, I ran:
-```
-$ wget http://us.download.nvidia.com/XFree86/\
- Linux-x86_64/349.16/NVIDIA-Linux-x86_64-349.16.run
-$ chmod u+x NVIDIA-Linux-x86_64-349.16.run
-$ sudo service lightdm stop
-$ sudo ./NVIDIA-Linux-x86_64-349.16.run
-```
+{% gist 7efcf98bd1d76170c19e %}
After that, restarting my computer cleared up the issue.