Skip to content

Commit e1914d6

Browse files
committed
Fix minor typo in missing linux-headers message
1 parent 2120a48 commit e1914d6

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)