Skip to content

Commit

Permalink
Tools: Fix touchbar script path
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Sep 12, 2023
1 parent b16e971 commit 4e8cda1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tools/touchbar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 4e8cda1

Please sign in to comment.