Tools: Fix touchbar script path

This commit is contained in:
Aditya Garg
2023-09-12 12:12:33 +05:30
committed by GitHub
parent b16e9717c0
commit 4e8cda166b
+2 -2
View File
@@ -36,7 +36,7 @@ bash -c "echo \$tb > /sys/class/input/*/device/fnmode"
echo "Done!"
EOF
sudo chmod a+x /usr/local/bin/touchbar
sudo chown root:root /usr/local/bin/touchbar
sudo chmod a+x /usr/bin/touchbar
sudo chown root:root /usr/bin/touchbar
echo "Run \"sudo touchbar\" to change the default Touch Bar mode"