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.
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
andDEBIAN_FRONTEND=noninteractive
to the Ubuntu apt-get commands used in the install-labkey and install-wcp scripts.