From 4fd09787a7388ae132f1fcfb746c6e1983ccba7a Mon Sep 17 00:00:00 2001 From: Frank Qing Date: Wed, 1 May 2024 12:44:20 +0800 Subject: [PATCH] Fix raw file url --- install.sh | 2 +- patch.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 00d7daa..5308fa1 100755 --- a/install.sh +++ b/install.sh @@ -60,7 +60,7 @@ fi # cp -f .zshrc ~/ # cp -f ezshrc.zsh ~/.config/ezsh/ echo -e "Downloaded the remote .zshrc configuration\n" -wget -q "https://git.miomio.moe/mio/easyzsh/rss/branch/master/.zshrc" -O ~/.zshrc +wget -q "https://git.miomio.moe/mio/easyzsh/raw/branch/master/.zshrc" -O ~/.zshrc # mkdir -p ~/.config/ezsh/zshrc # PLACE YOUR ZSHRC CONFIGURATIONS OVER THERE mkdir -p ~/.cache/zsh/ # this will be used to store .zcompdump zsh completion cache files which normally clutter $HOME diff --git a/patch.sh b/patch.sh index 1726154..433398e 100644 --- a/patch.sh +++ b/patch.sh @@ -1,6 +1,6 @@ #!/bin/bash -BASE_URL="https://git.miomio.moe/mio/easyzsh/rss/branch/master/zshrc" +BASE_URL="https://git.miomio.moe/mio/easyzsh/raw/branch/master/zshrc" ZSH_CONFIGS_DIR="$HOME/.config/zshrc" mkdir -p $ZSH_CONFIGS_DIR