Skip to content

Commit 7cc3752

Browse files
author
Murilo Marinho
committed
[README] Adjusting CC BY NC 4.0 ppa instructions
1 parent 2d82b1f commit 7cc3752

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,15 @@ sudo apt-get install ros-jazzy-sas-*
9090
The command below will add and install the `sas` CC BY-NC 4.0 packages via `apt-get`. Please note that they depend on `sas` LGPL packages.
9191

9292
```bash
93-
TODO: Fixing PPA URL
93+
curl -s --compressed "https://marinholab.github.io/sas_debian_builder_noncommercial/KEY.gpg" \
94+
| gpg --dearmor \
95+
| sudo tee /etc/apt/trusted.gpg.d/smartarmstack_cc_by_nc.gpg >/dev/null
96+
sudo curl -s --compressed -o /etc/apt/sources.list.d/smartarmstack_cc_by_nc.list \
97+
"https://marinholab.github.io/sas_debian_builder_noncommercial/smartarmstack_cc_by_nc.list"
98+
sudo apt update
99+
sudo apt-get install ros-jazzy-sas-*
94100
```
95101

96-
97102
```{note}
98103
:class: dropdown
99104
# Click here for update instructions

0 commit comments

Comments
 (0)