From b7feea8b3b05a2aa5f98bb27be7faafb331e5c58 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Tue, 21 Jan 2020 00:18:33 -0600 Subject: [PATCH] - Corrected print statements of commands, closes #17 --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index 71a4128..3252d54 100755 --- a/install.py +++ b/install.py @@ -101,7 +101,7 @@ 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('echo "options hid_apple swap_opt_cmd=1" | sudo tee -a /etc/modprobe.d/hid_apple.conf') print('sudo update-initramfs -u -k all')