This commit is contained in:
2021-02-14 11:09:43 -05:00
10 changed files with 1622 additions and 1172 deletions

View File

@ -4,22 +4,27 @@
cd $HOME
mkdir bin misc tmp Projects Gits
# remember token
git config --global credential.helper cache
echo "97453163f195ae988657fc1ef4943bddd08705a9"
# ProbeStar stuff
mkdir -p ProbeStar
cd ProbeStar
for i in Cnomicon Cybersecurity KnowledgeBase linux_tools pi_tools Pynomicon Radio Robotics Software windows_tools
rm -rf AutoSecurity CyberSecurity Database
for i in Cnomicon Cybersecurity KnowledgeBase Pynomicon Radio Robotics Software git_tools linux_tools pi_tools windows_tools
do
echo "ProbeStar: $i"
if [ -d $i ]; then
rm -rf $i
fi
git clone https://github.com/nprobert/$i
git clone https://github.com/nprobert/$i --recursive
cd ..
ln -fs ProbeStar/$i
cd ProbeStar
done
rm -rf CyberSecurity Database
cd $HOME
rm -f CyberSecurity Database CyVehicle
cp linux_tools/bin/* ~/bin
# NTCNA stuff
@ -35,7 +40,7 @@ do
git clone https://github.com/nprobert/$i
done
cd $HOME
for i in CInfrastructure CVehicle NissanV2X PyVehicle ProberN RosVehicle
for i in CInfrastructure CVehicle PyVehicle RosVehicle
do
ln -fs NTCNA/$i $i
done

View File

@ -4,4 +4,4 @@
sudo -H pip3 install --upgrade pip
# Python3
sudo -H pip3 install --upgrade pyserial numpy pyasn1 matplotlib pyside2 scapy virtualenv virtualenvwrapper
sudo -H pip3 install --upgrade pyserial numpy pyasn1 scapy virtualenv virtualenvwrapper pyside2 matplotlib