Move secret config repo to github

This commit is contained in:
Knut Ahlers 2016-12-21 14:46:10 +01:00
parent 23e2fada83
commit 67ced20929
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -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