FDA-MyStudies / install-script

A repository for shell scripts that aid in the installation of LabKey products and services.
Apache License 2.0
1 stars 1 forks source link

Fix apt-get update/upgrade prompts on Ubuntu #53

Closed labkey-stuartm closed 2 years ago

labkey-stuartm commented 2 years ago

Apt-get updates/upgrades on Ubuntu can occasionally prompt for user interaction - this can be problematic when running these commands in scripts or automation. This PR addresses that issue by adding DEBIAN_PRIORITY=critical and DEBIAN_FRONTEND=noninteractive to the Ubuntu apt-get commands used in the install-labkey and install-wcp scripts.