Update README.md

This commit is contained in:
Raymond Li 2021-05-09 23:56:32 -04:00
parent b48ff34218
commit 9ecb6d5d26
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ to setup the DNS container:
lxc-create -t download -n dns -- -d debian -r buster -a amd64
lxc-start dns
lxc-attach dns
apt update && apt full-upgrade -y --auto-remove --fix-broken --fix-missing --fix-policy --show-progress && apt autoclean
apt update
apt install -y python3
```
You can now press Ctrl+D to exit the LXC shell.