Move secret config repo to github
This commit is contained in:
parent
23e2fada83
commit
67ced20929
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
PUB_CONFIG="git@github.com:Luzifer/cfg.git"
|
||||
SEC_CONFIG="git@gitlab.com:luzifer/cfg.git"
|
||||
SEC_CONFIG="git@github.com:Luzifer/cfg-secret.git"
|
||||
|
||||
if ! [ -d ${HOME}/.cfg/public ]; then
|
||||
git clone --bare ${PUB_CONFIG} ${HOME}/.cfg/public
|
||||
|
|
Loading…
Reference in a new issue