Skip to content

Commit f9f4f7a

Browse files
authored
Update recipe.yml
rename the input-method and remove the redundant operation
1 parent 86538fd commit f9f4f7a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

recipe.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ stages:
2525
type: shell
2626
commands:
2727
- lpkg --unlock
28-
# replace the source file
29-
- find /etc/apt -type f \( -name '*.list' -o -name '*.sources' \) -exec sed -i -e 's|http://deb.debian.org/debian|https://mirrors.tuna.tsinghua.edu.cn/debian|g' -e 's|https://deb.debian.org/debian|https://mirrors.tuna.tsinghua.edu.cn/debian|g' -e 's|http://security.debian.org/debian-security|https://mirrors.tuna.tsinghua.edu.cn/debian-security|g' -e 's|https://security.debian.org/debian-security|https://mirrors.tuna.tsinghua.edu.cn/debian-security|g' {} +
3028
- apt update
3129

32-
- name: cn-input-methods
30+
- name: chinese-input-methods
3331
type: apt
3432
sources:
3533
- packages:

0 commit comments

Comments
 (0)