Easy install script to directly install v5

Hi,

Current easy install script will install v4. How if I just want go with v5?

Tks

run without --setup-production

or move to v5

Means it will just install v5 without --setup-production?

To move to v5 fromfresh-install, let me confirm the steps:

wget https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh
sudo bash setup_frappe.sh
bench switch-to-develop
bench update
sudo bench setup production

Is that so?

Tks

Yes, that looks right.