Repos moved to github

This commit is contained in:
2021-01-22 13:48:36 -05:00
parent 56aa3a219b
commit 34c405e83e
2 changed files with 3 additions and 3 deletions

View File

@ -107,4 +107,4 @@ sudo apt-get clean
# Tweaks # Tweaks
git config --global user.email "nprobert@probestar.net" git config --global user.email "nprobert@probestar.net"
git config --global user.name "Neal Probert" git config --global user.name "Neal Probert"
git config --global credential.helper store git config --global credential.helper cache

View File

@ -7,7 +7,7 @@ mkdir bin misc tmp Projects Gits
# ProbeStar stuff # ProbeStar stuff
mkdir ProbeStar mkdir ProbeStar
cd 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 do
echo "ProbeStar: $i" echo "ProbeStar: $i"
if [ -d $i ]; then if [ -d $i ]; then
@ -16,7 +16,7 @@ do
git status git status
cd .. cd ..
else else
git clone https://www.probestar.com/PStar/$i git clone https://github.com/nprobert/$i
fi fi
cd .. cd ..
ln -fs ProbeStar/$i ln -fs ProbeStar/$i