From 286efa1614ee1f7a44815f0ff8ff7aac06b29b41 Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Sat, 20 Aug 2022 14:19:16 +0800 Subject: [PATCH] tools/install.sh update fzf --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index 0b8cd5f..c9e68fe 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -3,7 +3,7 @@ declare -A install_commands install_commands=(\ [git]="apt update && apt install git" \ - [fzf]="git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf && ~/.fzf/install" \ + [fzf]="git clone --depth 1 https://gitee.com/dictxiong/fzf.git ~/.fzf && ~/.fzf/install" \ [acme.sh]="curl https://get.acme.sh | sh -s email=${EMAIL:-me@beardic.cn}" \ [oh-my-zsh]='sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"' \ [oh-my-tuna]='wget https://tuna.moe/oh-my-tuna/oh-my-tuna.py && sudo python oh-my-tuna.py --global' \