Add a dropdown menu to InstallActivity that lets the user choose with "install profile" that should be installed. An "install profile" is just a script that installs and configures a certain setup. The install profile scripts would have a standard name, and then the code that generates the dropdown menu will just look for all of the scripts that match that pattern and build the menu from them.
Add a dropdown menu to
InstallActivity
that lets the user choose with "install profile" that should be installed. An "install profile" is just a script that installs and configures a certain setup. The install profile scripts would have a standard name, and then the code that generates the dropdown menu will just look for all of the scripts that match that pattern and build the menu from them.