Repos moved to github
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user