Skip to content

Commit

Permalink
Last attempt today
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Dec 4, 2024
1 parent c32f75a commit fad3f73
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .ci/rime-install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
export rime_dir="$rime_dir"
curl -fsSL https://git.io/rime-install | bash -s -- prelude essay cantonese emoji-cantonese cangjie stroke luna-pinyin CanCLID/rime-loengfan lotem/rime-octagram-data lotem/rime-octagram-data@hant

if [ -n "$rime_dir" ]; then
Expand All @@ -13,16 +14,6 @@ schema_list:
- schema: luna_pinyin
/s; s/page_size: [0-9]+/page_size: 8/' default.yaml
echo "------- content of default.yaml -------"
cat default.yaml
echo "------- current PWD -------"
echo "$PWD"
echo "------- contents of PWD -------"
ls
echo "------- contents of /Rime -------"
mkdir -p "/Rime"
ls "/Rime"
echo "------- Removing emoji_cantonese_suggestion -------"
rm emoji_cantonese_suggestion.yaml
popd
fi

0 comments on commit fad3f73

Please sign in to comment.