We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e414c45 commit 17c1eb1Copy full SHA for 17c1eb1
docs/README.md
@@ -92,13 +92,7 @@ sudo apt-get install ros-jazzy-sas-*
92
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.
93
94
```bash
95
-curl -s --compressed "https://marinholab.github.io/sas_debian_builder_noncommercial/KEY.gpg" \
96
-| gpg --dearmor \
97
-| sudo tee /etc/apt/trusted.gpg.d/smartarmstack_cc_by_nc.gpg >/dev/null
98
-sudo curl -s --compressed -o /etc/apt/sources.list.d/smartarmstack_cc_by_nc.list \
99
-"https://marinholab.github.io/sas_debian_builder_noncommercial/smartarmstack_cc_by_nc.list"
100
-sudo apt update
101
-sudo apt-get install ros-jazzy-sas-*
+TODO
102
```
103
104
0 commit comments