diff --git a/config.sh b/config.sh index 2b05fd3..9e3e583 100644 --- a/config.sh +++ b/config.sh @@ -1,2 +1 @@ FIRSTRUN="true" -DEFAULTREPO="" \ No newline at end of file diff --git a/gkmanager.sh b/gkmanager.sh index 2ca5276..7442fdb 100755 --- a/gkmanager.sh +++ b/gkmanager.sh @@ -13,9 +13,21 @@ PURPLE="\033[0;35m" LPURPLE="\033[1;35m" BWHITE="\e[1m" NC='\033[0m' # No Color +source config.sh passwordRepo="http://gitbutter.pw/mollusk/vault.git" + +function writeConfig(){ +cat >config.sh <