setenv catch pppadum not fetched
This commit is contained in:
parent
2f32bbb82f
commit
76d39068e3
7
setenv
7
setenv
@ -22,8 +22,13 @@ then
|
|||||||
if [[ "$(read -e -p 'pip install pppadump? [y/N]> '; echo $REPLY)" == [Yy]* ]]
|
if [[ "$(read -e -p 'pip install pppadump? [y/N]> '; echo $REPLY)" == [Yy]* ]]
|
||||||
then
|
then
|
||||||
echo "Pip installing pppadump"
|
echo "Pip installing pppadump"
|
||||||
pip install -e pppadump/
|
if [ ! "$(pip install -e pppadump/)" ]
|
||||||
|
echo "pppadum doesn't seem to be feteched yet. Run the following git command to do so:"
|
||||||
|
echo "> git submodule update --init --recursive"
|
||||||
|
return
|
||||||
|
else
|
||||||
echo "Done."
|
echo "Done."
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
echo "Aborting..."
|
echo "Aborting..."
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user