mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
newlines and stuff
This commit is contained in:
@@ -147,11 +147,12 @@ while true; do
|
|||||||
read -p "GAM is now installed. Are you ready to set up a Google API project for GAM? (yes or no) " yn
|
read -p "GAM is now installed. Are you ready to set up a Google API project for GAM? (yes or no) " yn
|
||||||
case $yn in
|
case $yn in
|
||||||
[Yy]*) $target_dir/gam/gam create project; break;;
|
[Yy]*) $target_dir/gam/gam create project; break;;
|
||||||
[Nn]*) echo -e "\nYou can create an API project later by running:\n\ngam create project"; break;;
|
[Nn]*) echo -e "\nYou can create an API project later by running:\n\ngam create project\n\n"; break;;
|
||||||
* ) echo "Please answer yes or no.";;
|
* ) echo "Please answer yes or no.";;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
echo -e "Here's information about your new GAM installation:\n\n"
|
||||||
$target_dir/gam/gam version
|
$target_dir/gam/gam version
|
||||||
|
|
||||||
# Clean up after ourselves even if we are killed with CTRL-C
|
# Clean up after ourselves even if we are killed with CTRL-C
|
||||||
|
|||||||
Reference in New Issue
Block a user