From ed745c4ea2b8666d337591e1b8c764ebab09e23a Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Fri, 17 Jan 2025 21:29:31 +0800 Subject: [PATCH] feat: update email --- .gitconfig2 | 2 +- tools/to-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitconfig2 b/.gitconfig2 index c731d12..430d81a 100644 --- a/.gitconfig2 +++ b/.gitconfig2 @@ -1,5 +1,5 @@ [user] - email = me@beardic.cn + email = git@dxng.net name = Dict Xiong [core] editor = vim diff --git a/tools/to-install.sh b/tools/to-install.sh index 93f9d80..7af86fb 100755 --- a/tools/to-install.sh +++ b/tools/to-install.sh @@ -4,7 +4,7 @@ declare -A INSTALL_COMMANDS INSTALL_COMMANDS=(\ [git]="apt update && apt install git" \ [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}" \ + [acme.sh]="curl https://get.acme.sh | sh -s email=${EMAIL:-acme@dxng.net}" \ [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' \ [v2fly]="bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) #--remove" \