Merge branch 'main' of https://github.com/nprobert/linux_tools into main
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user