Remove salesforce installs from main

This commit is contained in:
ViViDboarder 2022-04-05 16:54:18 -07:00
parent 27719ceda2
commit d01f27a180
1 changed files with 3 additions and 3 deletions

View File

@ -43,9 +43,9 @@ fi
# Optional
install_sfdc=false
if ! is_installed "salesforce" && prompt_yn "Install Salesforce tools?" ; then
install_sfdc=true
fi
# if ! is_installed "salesforce" && prompt_yn "Install Salesforce tools?" ; then
# install_sfdc=true
# fi
install_ui_terms=false
if ! is_installed "ui_terms" && prompt_yn "Install UI terminals?" ; then