CarPC setup updated
This commit is contained in:
@ -32,7 +32,7 @@ sudo apt-get update
|
||||
# clone/pull
|
||||
mkdir -p $HOME/ProbeStar
|
||||
cd $HOME/ProbeStar
|
||||
for i in git_tools linux_tools Cnomicon Pynomicon
|
||||
for i in git_tools linux_tools Cnomicon CyVehicle Pynomicon
|
||||
do
|
||||
if [ -d $i ]; then
|
||||
cd $i
|
||||
@ -40,7 +40,7 @@ do
|
||||
git pull --recurse-submodules
|
||||
cd ..
|
||||
else
|
||||
git clone https://github.com/nprobert/$i --recurse-submodules
|
||||
git clone https://www.probestar.com/PStar/$i --recurse-submodules
|
||||
fi
|
||||
done
|
||||
cd $HOME
|
||||
@ -49,6 +49,7 @@ for i in ProbeStar/*; do
|
||||
done
|
||||
mkdir bin
|
||||
cp linux_tools/bin/* bin/
|
||||
cp git_tool/bin/* bin/
|
||||
|
||||
# checkouts
|
||||
mkdir -p $HOME/NTCNA
|
||||
@ -61,7 +62,7 @@ do
|
||||
git pull --recurse-submodules
|
||||
cd ..
|
||||
else
|
||||
git clone https://github.com/nprobert/$i --recurse-submodules
|
||||
git clone https://www.probestar.com/NTCNA-TP/$i --recurse-submodules
|
||||
fi
|
||||
done
|
||||
cd $HOME
|
||||
@ -74,16 +75,16 @@ if [ -d $HOME/ProbeStar/Cnomicon ]; then
|
||||
cd $HOME/Cnomicon/packages
|
||||
./packages.sh
|
||||
cd ..
|
||||
./cbuild.sh
|
||||
./cinstall.sh
|
||||
# ./cbuild.sh
|
||||
# ./cinstall.sh
|
||||
fi
|
||||
|
||||
if [ -d $HOME/NTCNA/CVehicle ]; then
|
||||
cd $HOME/CVehicle/packages
|
||||
./packages.sh
|
||||
cd ..
|
||||
./cbuild.sh
|
||||
./cinstall.sh
|
||||
# ./cbuild.sh
|
||||
# ./cinstall.sh
|
||||
fi
|
||||
|
||||
# python stuff
|
||||
|
||||
Reference in New Issue
Block a user