We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d391f commit 44e32a1Copy full SHA for 44e32a1
1 file changed
trixie
@@ -480,6 +480,9 @@ function boring_workarounds() {
480
481
apt_install --no-install-recommends lsb-release dialog curl gnupg apt-transport-https adduser debconf debhelper dh-autoreconf locales
482
483
+ # For some reason there's a loop dependency not managed by apt here, so installing it before yunohost.
484
+ apt_install --mark-auto python3-setuptools
485
+
486
echo "" | tee -a "$YUNOHOST_LOG"
487
488
echo "$bold 3/5 • Apply various tweaks to prepare installation$normal" | tee -a "$YUNOHOST_LOG"
0 commit comments