From 43eca314975a53d763314c9c6b26e7286e78728b Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Wed, 4 Sep 2019 08:41:38 -0500 Subject: [PATCH] - Corrected print statements of commands, closes #10 --- install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.py b/install.py index 878426a..71a4128 100755 --- a/install.py +++ b/install.py @@ -101,8 +101,8 @@ def keyboard_detect(): print("Your Kinto keymapping will not work right on Apple keyboards without it.") print() print("echo '1' | sudo tee -a /sys/module/hid_apple/parameters/swap_opt_cmd") - print('options hid_apple swap_opt_cmd=1" | sudo tee -a /etc/modprobe.d/hid_apple.conf') - print('update-initramfs -u -k all') + print('"options hid_apple swap_opt_cmd=1" | sudo tee -a /etc/modprobe.d/hid_apple.conf') + print('sudo update-initramfs -u -k all')