Skip to content

Commit

Permalink
chore(rime-install): using a fork via setting brise_repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Dec 1, 2016
1 parent b2ae0d9 commit 0b4a410
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rime-install
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash

brise_repo=rime/brise
if [[ -z "${brise_repo}" ]]; then
brise_repo='rime/brise'
fi

if [[ -z "${rime_dir}" ]]; then
# Output to default Rime user directory
Expand Down

0 comments on commit 0b4a410

Please sign in to comment.