Skip to content

Commit

Permalink
README.md: Correct phreaknet install parameters (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkmer authored Jan 19, 2025
1 parent 87dc974 commit e4dee90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Step 1: Install DAHDI and Asterisk

```
cd /usr/src && wget https://docs.phreaknet.org/script/phreaknet.sh && chmod +x phreaknet.sh && ./phreaknet.sh make
phreaknet install --alsa --d -b -v 20` # install in developer mode (for backtraces and assertions), add -s for chan_sip (if you need it still) and DAHDI (required)
phreaknet install --alsa -d -b -v 20` # install in developer mode (for backtraces and assertions), add -s for chan_sip (if you need it still) and DAHDI (required)
```

The critical flags here are `--alsa`, which adds ALSA support to the build system (required for `chan_simpleusb` and `chan_usbradio` to build) and `-d`, to install DAHDI.
Expand Down

0 comments on commit e4dee90

Please sign in to comment.