Skip to content

Commit

Permalink
feat: reset order
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzzcn committed May 11, 2021
1 parent 4ed57fc commit 6675eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ DICTS_DIRECTORY=$(mktemp -d)
# release=http://127.0.0.1/Dicts.zip
release=https://github.com/mrzzcn/RIME-Extend-Dict/releases/latest/download/Dicts.zip

curl -L $release --output "$DICTS_DIRECTORY/Dicts.zip"

cp -r $HOME/Library/Rime/luna_pinyin.extended.dict.yaml $HOME/Library/Rime/luna_pinyin.extended.dict.yaml.bak

echo '~/Library/Rime/luna_pinyin.extended.dict.yaml backed up to: ~/Library/Rime/luna_pinyin.extended.dict.yaml.bak'

curl -L $release --output "$DICTS_DIRECTORY/Dicts.zip"

echo "Unzip: $DICTS_DIRECTORY/Dicts.zip"
unzip -qq "$DICTS_DIRECTORY/Dicts.zip" -d "$DICTS_DIRECTORY"

Expand Down

0 comments on commit 6675eb8

Please sign in to comment.