File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1754,11 +1754,6 @@ install_dependencies_etc()
17541754
17551755 display_msg --log progress " Installing dependencies."
17561756
1757- if [[ ${PI_OS} == " trixie" ]]; then
1758- display_msg --log progress " Trixie deteced, installing python build packages."
1759- run_aptGet python3.13-dev build-essential > " ${TMP} " 2>&1
1760- fi
1761-
17621757 local T=" ${ALLSKY_SCRIPTS} /allsky-config"
17631758 if [[ ! -f " ${T} " ]]; then
17641759 local F=" ${ALLSKY_UTILITIES} /allsky-config.sh"
@@ -3235,6 +3230,11 @@ install_Python()
32353230 activate_python_venv
32363231
32373232
3233+ if [[ ${PI_OS} == " trixie" ]]; then
3234+ display_msg --log progress " Trixie deteced, installing python build packages."
3235+ run_aptGet python3.13-dev build-essential > " ${TMP} " 2>&1
3236+ fi
3237+
32383238 NAME=" Python_dependencies"
32393239
32403240 # If the requirements file is the same as the in the prior Allsky version,
You can’t perform that action at this time.
0 commit comments