summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorimirkin <imirkin@web>2020-04-30 15:21:10 +0000
committerIkiWiki <ikiwiki.info>2020-04-30 15:21:10 +0000
commit9dd02dfcb07ed4e8ef5c036d9be84300073c2e33 (patch)
treef4a90465cda37e0ac4a498c1fbdfdadcb5141450
parentb1001f43d08355304a5c1d36025d2ee2010125e3 (diff)
update extract_firmware location
-rw-r--r--VideoAcceleration.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/VideoAcceleration.mdwn b/VideoAcceleration.mdwn
index 1fb2350..32aea45 100644
--- a/VideoAcceleration.mdwn
+++ b/VideoAcceleration.mdwn
@@ -69,7 +69,7 @@ If your distribution isn't in the list, you can run the following commands to in
$ mkdir /tmp/nouveau
$ cd /tmp/nouveau
- $ wget https://raw.github.com/imirkin/re-vp2/master/extract_firmware.py
+ $ wget https://raw.github.com/envytools/firmware/master/extract_firmware.py
$ wget http://us.download.nvidia.com/XFree86/Linux-x86/325.15/NVIDIA-Linux-x86-325.15.run
$ sh NVIDIA-Linux-x86-325.15.run --extract-only
$ python2 extract_firmware.py # this script is for python 2 only