Skip to content

Commit

Permalink
Update install script to install in user's Library.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucangelio committed Jul 19, 2015
1 parent 665e833 commit a28c8fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

sudo cp "Latin American.keylayout" "/Library/Keyboard Layouts/"
sudo cp -R "Latin American.bundle" "/Library/Keyboard Layouts/"
cp "Latin American.keylayout" ~/Library/"Keyboard Layouts"/
cp -R "Latin American.bundle" ~/Library/"Keyboard Layouts"/

0 comments on commit a28c8fd

Please sign in to comment.