diff --git a/setup/so-functions b/setup/so-functions index 11ffae580..3611025a9 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2013,7 +2013,7 @@ saltify() { if [[ $is_ubuntu ]]; 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.8 10 + update-alternatives --install /usr/bin/python python /usr/bin/python3.10 10 local pkg_arr=( 'apache2-utils' 'ca-certificates'