Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move prerequisite installs to the start of wbi to be performed once #44

Merged
merged 2 commits into from
Feb 21, 2023

Conversation

tnederlof
Copy link
Contributor

Closes #15 and #16

This PR refactors the installation of some system prerequisites for every version of R/Python/Workbench/Pro Drivers such as upgrading apt/installating gdebi-core on Ubuntu and enabling EPEL/CodeReady/Optional on Redhat systems.

Before this PR these install/enables would happen multiple times during the wbi prompts unessecarily. Now at the start of wbi when the OS is detected, these prerequisites are installed once and never again removing the duplication.

@tnederlof tnederlof self-assigned this Feb 21, 2023
@tnederlof tnederlof merged commit 0e7d9cb into main Feb 21, 2023
@dpastoor dpastoor deleted the move-prereqs-to-os branch February 23, 2023 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Only install R prerequisites once if installing multiple versions
1 participant