From aba4d50eb491a4009ca18719429e4856a821b8f4 Mon Sep 17 00:00:00 2001 From: Neal Probert Date: Sun, 14 Feb 2021 09:41:27 -0500 Subject: [PATCH] Tweaks to github and python packages --- bin/github-load.sh | 4 ++-- sbin/python-updates | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/github-load.sh b/bin/github-load.sh index 36955e5..58a2e2d 100755 --- a/bin/github-load.sh +++ b/bin/github-load.sh @@ -18,7 +18,7 @@ do 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 @@ -40,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 diff --git a/sbin/python-updates b/sbin/python-updates index 1ed571c..e89f137 100755 --- a/sbin/python-updates +++ b/sbin/python-updates @@ -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