From df0e19ff80b57c31d99773d75723480daed1404e Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Mon, 3 Jul 2023 15:44:51 -0400 Subject: [PATCH] update-alternatives for python3.10 --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index 411672910..9fae0c97a 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2012,7 +2012,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'