Skip to content

Commit 3ab9aa0

Browse files
committed
Merge pull request gvalkov#31 from mk-fg/master
Fix minor typo in missing linux-headers message
2 parents 2120a48 + e1914d6 commit 3ab9aa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def create_ecodes():
6868
install the headers for your kernel in order to continue:
6969
7070
yum install kernel-headers-$(uname -r)
71-
apt-get intall linux-headers-$(uname -r)
71+
apt-get install linux-headers-$(uname -r)
7272
pacman -S kernel-headers\n\n'''
7373

7474
sys.stderr.write(textwrap.dedent(msg))

0 commit comments

Comments
 (0)