From 34c405e83ebf01ccf28355398f423308fadeb8ae Mon Sep 17 00:00:00 2001 From: Neal Probert Date: Fri, 22 Jan 2021 13:48:36 -0500 Subject: [PATCH] Repos moved to github --- sbin/linux-setup | 2 +- sbin/neal-setup | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sbin/linux-setup b/sbin/linux-setup index 8e35eb2..4349583 100755 --- a/sbin/linux-setup +++ b/sbin/linux-setup @@ -107,4 +107,4 @@ sudo apt-get clean # Tweaks git config --global user.email "nprobert@probestar.net" git config --global user.name "Neal Probert" -git config --global credential.helper store +git config --global credential.helper cache diff --git a/sbin/neal-setup b/sbin/neal-setup index 5c722fb..1881dab 100755 --- a/sbin/neal-setup +++ b/sbin/neal-setup @@ -7,7 +7,7 @@ mkdir bin misc tmp Projects Gits # ProbeStar stuff mkdir ProbeStar cd ProbeStar -for i in Cnomicon CyberSecurity Database linux_tools Multimedia Pynomicon Radio Robotics +for i in Cnomicon CyberSecurity KnowledgeBase linux_tools Pynomicon Radio Robotics Software do echo "ProbeStar: $i" if [ -d $i ]; then @@ -16,7 +16,7 @@ do git status cd .. else - git clone https://www.probestar.com/PStar/$i + git clone https://github.com/nprobert/$i fi cd .. ln -fs ProbeStar/$i