diff options
author | Robin ALEXANDER <64310405+colisee@users.noreply.github.com> | 2022-06-09 15:35:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-09 15:35:55 +0200 |
commit | 93280c4a8d32fe2b878c4c2b7cbc93ef39ec13af (patch) | |
tree | 3b39429f669ed7ff210323f2c874a4278afd82d4 | |
parent | 4a9f4671d90c7c2892e59b28c0c2be8f74312edd (diff) | |
download | ODR-PadEnc-93280c4a8d32fe2b878c4c2b7cbc93ef39ec13af.tar.gz ODR-PadEnc-93280c4a8d32fe2b878c4c2b7cbc93ef39ec13af.tar.bz2 ODR-PadEnc-93280c4a8d32fe2b878c4c2b7cbc93ef39ec13af.zip |
Update README.md
Cosmetic change
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -22,7 +22,6 @@ If your host is running a debian-based OS and its cpu is one of amd64, arm64 or 1. Update the debian apt repository list: ``` curl -fsSL http://debian.opendigitalradio.org/odr.asc | sudo tee /etc/apt/trusted.gpg.d/odr.asc 1>/dev/null - curl -fsSL http://debian.opendigitalradio.org/odr.list | sudo tee /etc/apt/sources.list.d/odr.list 1>/dev/null ``` 1. Refresh the debian packages list: |