luarvique / ppa

This is the package repository for the improved version of the OpenWebRX online SDR.
129 stars 7 forks source link

quickstart instruction problem at README.md #22

Closed cptechnik closed 8 months ago

cptechnik commented 8 months ago

">" instead of -o overwrite existing file so, no error

In order to add this repository to your Ubuntu system, do the following, as root:

wget -O - https://luarvique.github.io/ppa/openwebrx-plus.gpg | gpg --dearmor > /etc/apt/trusted.gpg.d/openwebrx-plus.gpg
echo "deb [signed-by=/etc/apt/trusted.gpg.d/openwebrx-plus.gpg] https://luarvique.github.io/ppa/ubuntu ./" > /etc/apt/sources.list.d/openwebrx-plus.list
apt update
In order to add this repository to your Ubuntu system, do the following, as root:

wget -O - https://luarvique.github.io/ppa/openwebrx-plus.gpg | gpg --dearmor -o /etc/apt/trusted.gpg.d/openwebrx-plus.gpg
echo "deb [signed-by=/etc/apt/trusted.gpg.d/openwebrx-plus.gpg] https://luarvique.github.io/ppa/ubuntu ./" > /etc/apt/sources.list.d/openwebrx-plus.list
apt update

motherlanguage german

Ich habe eine Fehlermeldung bekommen, bzw blieb hängen... irgendwo in der Ausgabe versteckt habe ich dann etwas wie ...überschreiben? gelesen... und habe mich zur gpg -o option vorgearbeitet, mit der umleitung in eine Datei ">" kam kein Fehler... Ist das eine mögliche Lösung?

luarvique commented 8 months ago

Sorry, I do not know what you have done wrong.