kopia lustrzana https://github.com/OpenDroneMap/ODM
rodzic
bef3482dd0
commit
3f8eaf2dc0
|
@ -48,6 +48,9 @@ if [ "$1" = "--setup" ]; then
|
||||||
# Python paths
|
# Python paths
|
||||||
echo $(python /code/opendm/context.py) >> $HOME/.bashrc
|
echo $(python /code/opendm/context.py) >> $HOME/.bashrc
|
||||||
|
|
||||||
|
# Misc aliases
|
||||||
|
echo "alias pdal=/code/SuperBuild/install/bin/pdal" >> $HOME/.bashrc
|
||||||
|
|
||||||
su -c bash $2
|
su -c bash $2
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
Ładowanie…
Reference in New Issue