feat: update to self-hosted git forge
This commit is contained in:
parent
c2d9017d1c
commit
0cca706243
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ Without my `dotfiles`, I am useless.
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/joshtronic/dotfiles/main/install.sh)"
|
sh -c "$(curl -fsSL https://git.sherver.org/joshtronic/dotfiles/raw/branch/main/install.sh)"
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
|
@ -16,7 +16,7 @@ done
|
||||||
DOTFILES=$HOME/.dotfiles
|
DOTFILES=$HOME/.dotfiles
|
||||||
|
|
||||||
if [ ! -d "$DOTFILES" ]; then
|
if [ ! -d "$DOTFILES" ]; then
|
||||||
git clone git@github.com:joshtronic/dotfiles.git "$DOTFILES"
|
git clone ssh://git@git.sherver.org:22381/joshtronic/dotfiles.git "$DOTFILES"
|
||||||
cd "$DOTFILES" || exit
|
cd "$DOTFILES" || exit
|
||||||
else
|
else
|
||||||
cd "$DOTFILES" || exit
|
cd "$DOTFILES" || exit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue