Skip to content

Commit ffcf4f9

Browse files
Trixie fixes
1 parent 7e4c27b commit ffcf4f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

install.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)