Skip to content

Commit

Permalink
update pkg repo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
furmur committed Dec 14, 2024
1 parent f53f175 commit bcde9ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ add `module "g729bcg"{}` in the `modules` section in `sems.conf`

## Installation via Package (bullseye)
```sh
# echo "deb [arch=amd64] http://pkg.yeti-switch.org/debian/bullseye 1.12 main" > /etc/apt/sources.list.d/yeti.list
# wget -q -O- https://pkg.yeti-switch.org/key.gpg | gpg --dearmor > /etc/apt/trusted.gpg.d/kg.yeti-switch.org.gpg
# echo "deb [arch=amd64] https://deb.yeti-switch.org/debian/1.13 bookworm main" > /etc/apt/sources.list.d/yeti.list
# wget http://deb.yeti-switch.org/yeti.gpg -O /etc/apt/trusted.gpg.d/deb.yeti-switch.org.asc
# apt update
# apt install sems-modules-g729-bcg
```
Expand All @@ -38,7 +38,7 @@ $ cd sems-modules-g729-bcg

### build package
```sh
$ debuild -us -uc -b
$ dpkg-buildpackage -us -uc -b
```

[Yeti]:http://yeti-switch.org/
Expand Down

0 comments on commit bcde9ea

Please sign in to comment.