setenv catch pppadum not fetched
This commit is contained in:
parent
2f32bbb82f
commit
76d39068e3
9
setenv
9
setenv
@ -22,8 +22,13 @@ then
|
||||
if [[ "$(read -e -p 'pip install pppadump? [y/N]> '; echo $REPLY)" == [Yy]* ]]
|
||||
then
|
||||
echo "Pip installing pppadump"
|
||||
pip install -e pppadump/
|
||||
echo "Done."
|
||||
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."
|
||||
fi
|
||||
else
|
||||
echo "Aborting..."
|
||||
return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user