mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-22 05:36:33 +00:00
salesforce: default to forcecli
This commit is contained in:
parent
e914794ff2
commit
3f7b620f94
@ -1,16 +1,14 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
# TODO: Prompt for atf or force
|
|
||||||
|
|
||||||
install_atf=false
|
install_atf=false
|
||||||
if prompt_yn "Install Abuse the Force?" ; then
|
# if prompt_yn "Install Abuse the Force?" ; then
|
||||||
install_atf=true
|
# install_atf=true
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
install_fcli=false
|
install_fcli=true
|
||||||
if prompt_yn "Install Force Cli?" ; then
|
# if prompt_yn "Install Force Cli?" ; then
|
||||||
install_fcli=true
|
# install_fcli=true
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
if $install_atf ; then
|
if $install_atf ; then
|
||||||
recipe 'abuse-the-force'
|
recipe 'abuse-the-force'
|
||||||
|
Loading…
Reference in New Issue
Block a user