Skip to content

Commit 0f94de9

Browse files
committed
remove fastgit
1 parent 91fae5d commit 0f94de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Linux_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ DOT_FILES_DIR=$HOME/projects/dotfiles
184184
mkdir -p "$DOT_FILES_DIR"
185185

186186
if [[ ! -d "$DOT_FILES_DIR" ]]; then
187-
git clone --depth 1 https://hub.fastgit.org/jdhao/dotfiles "$DOT_FILES_DIR"
187+
git clone --depth 1 https://github.com/jdhao/dotfiles "$DOT_FILES_DIR"
188188
fi
189189

190190
ln -sf "$DOT_FILES_DIR/.bash_profile" "$HOME/.bash_profile"

0 commit comments

Comments
 (0)