he1per / psmouse-dkms-alpsv7

Linux kernel driver for newer ALPS touchpads (as of Mar 2014)
26 stars 26 forks source link

Install and script install.sh line 16 #12

Open Makova opened 9 years ago

Makova commented 9 years ago

It is absent install

sudo apt-get install dkms linux-headers-$(uname -r) #for ubuntu/debian

Line 16 script install.sh

if [ ! -d "$MDIR"]; then

if [ ! -d "$MDIR" ]; then

Makova commented 9 years ago

You can do "git clone" without being root.

DerrickRice commented 9 years ago

I came to comment on the same thing. The syntax error is my fault. I must have fat-fingered the patch I provided in Issue #9. Such is the risk of providing patches instead of pull requests.