docs: add man and pulseaudio
parent
afb416a47b
commit
2b1130c7f8
|
@ -115,6 +115,9 @@ pacstrap /mnt amd-ucode
|
|||
|
||||
# Intel
|
||||
pacstrap /mnt intel-ucode
|
||||
|
||||
# Documentation
|
||||
pacstrap /mnt man-db man-pages
|
||||
```
|
||||
|
||||
### Configure
|
||||
|
@ -270,6 +273,12 @@ pacman -Syu alsa-utils
|
|||
alsamixer
|
||||
```
|
||||
|
||||
[PulseAudio](https://wiki.archlinux.org/index.php/PulseAudio):
|
||||
|
||||
```sh
|
||||
pacman -Syu pulseaudio pulseaudio-alsa pulseaudio-bluetooth
|
||||
```
|
||||
|
||||
#### Network managers
|
||||
|
||||
Use [NetworkManager](Applications/System/NetworkManager.md).
|
||||
|
|
Loading…
Reference in New Issue