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