瀏覽代碼

Schleuder not working

Bob Mottram 10 年之前
父節點
當前提交
bc8e2ae03c
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. 3
    1
      install-freedombone.sh

+ 3
- 1
install-freedombone.sh 查看文件

@@ -1262,6 +1262,8 @@ function dynamic_dns_freedns {
1262 1262
 }
1263 1263
 
1264 1264
 function create_private_mailing_list {
1265
+  # This installation doesn't work, results in ruby errors
1266
+  # There is currently no schleuder package for Debian jessie
1265 1267
   if grep -Fxq "create_private_mailing_list" $COMPLETION_FILE; then
1266 1268
       return
1267 1269
   fi
@@ -1404,7 +1406,7 @@ configure_firewall_for_email
1404 1406
 folders_for_mailing_lists
1405 1407
 folders_for_email_addresses
1406 1408
 dynamic_dns_freedns
1407
-create_private_mailing_list
1409
+#create_private_mailing_list
1408 1410
 import_email
1409 1411
 install_final
1410 1412
 echo 'Freedombone installation is complete'