Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setupwacom.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setupwacom.sh')
-rwxr-xr-xsetupwacom.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setupwacom.sh b/setupwacom.sh
index ba1ac48..42d4941 100755
--- a/setupwacom.sh
+++ b/setupwacom.sh
@@ -5,7 +5,7 @@ yum -y install linuxwacom
echo Copying and installing Wacom kernel module...
mkdir /lib/modules/`uname -r`/kernel/drivers/usb/input
-wget http://dev.laptop.org/~pgf/wacom.ko -O /lib/modules/`uname -r`/kernel/drivers/usb/input/wacom.ko
+wget http://dev.laptop.org/~wadeb/wacom.ko -O /lib/modules/`uname -r`/kernel/drivers/usb/input/wacom.ko
echo Copying Xorg configuration file...
wget http://dev.laptop.org/~wadeb/xorg-dcon.conf -O /etc/X11/xorg-dcon.conf