From f4c3103f84ce2c3927c22c4aaac5e5044ee5bffb Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 17 Jul 2023 16:24:51 -0400 Subject: [PATCH] fix other OS installs --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index 5cb0085a4..a5d165a03 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2025,7 +2025,7 @@ saltify() { if [[ $is_deb ]]; then DEBIAN_FRONTEND=noninteractive retry 150 20 "apt-get -y -o Dpkg::Options::=\"--force-confdef\" -o Dpkg::Options::=\"--force-confold\" upgrade" >> "$setup_log" 2>&1 || fail_setup - #update-alternatives --install /usr/bin/python python /usr/bin/python3.10 10 + if [ $OSVER == "focal" ]; then update-alternatives --install /usr/bin/python python /usr/bin/python3.10 10; fi local pkg_arr=( 'apache2-utils' 'ca-certificates'