diff --git a/setup/so-functions b/setup/so-functions index affc0e2f7..367238997 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2013,7 +2013,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 + #update-alternatives --install /usr/bin/python python /usr/bin/python3.10 10 local pkg_arr=( 'apache2-utils' 'ca-certificates' @@ -2021,7 +2021,7 @@ saltify() { 'software-properties-common' 'apt-transport-https' 'openssl' - 'netcat' + 'netcat-openbsd' 'jq' 'gnupg' )