- installation phat beat / pirate radio
This commit is contained in:
Jérémie DUCASTEL
2020-12-06 17:14:44 +01:00
parent e24f749ce4
commit 2f44cc9ff4
3 changed files with 32 additions and 0 deletions

View File

@ -4,3 +4,12 @@ scripts et tuto raspberry pi.
## Docs
- [setup](/doc/setup.md)
- [pi-hole (bloqueur de pub)](/doc/pihole.md)
## Commandes courantes
```bash
# eteindre
sudo shutdown -h now
# redémarrer
sudo shutdown -r now
```