mirror of
https://github.com/lleene/hugo-site.git
synced 2025-01-23 20:12:21 +01:00
20 lines
350 B
Markdown
20 lines
350 B
Markdown
|
---
|
||
|
title: "Raspberry Pi Build"
|
||
|
date: 2022-06-18T16:12:09+02:00
|
||
|
draft: true
|
||
|
toc: false
|
||
|
images:
|
||
|
tags:
|
||
|
- untagged
|
||
|
---
|
||
|
|
||
|
|
||
|
Change the port for pi-hole lighttpd to 7070
|
||
|
|
||
|
``` bash
|
||
|
apt install nginx postfix
|
||
|
apt install dovecot-imapd dovecot-pop3d
|
||
|
apt install aspell-en spellutils wdutch wbritish
|
||
|
apt install php-net-ldap2 php-crypt-gpg php-net-ldap3
|
||
|
```
|