1
0
forked from ALHP/ALHP.GO

no need for newline in echo

This commit is contained in:
2022-02-14 16:05:19 +01:00
parent 31cf59e6e9
commit db3aa9e17d

View File

@@ -142,7 +142,7 @@ ALHP provides a debuginfod instance for each CPU-Level it builds for.
To enable them for your repo (example for `x86-64-v3`): To enable them for your repo (example for `x86-64-v3`):
```bash ```bash
echo "https://debuginfod-x86-64-v3.harting.dev\n" > /etc/debuginfod/alhp.urls echo "https://debuginfod-x86-64-v3.harting.dev" > /etc/debuginfod/alhp.urls
``` ```
Be sure to use the correct url for your respective repo mentioned above and have `debuginfod` installed on your system. Be sure to use the correct url for your respective repo mentioned above and have `debuginfod` installed on your system.