File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -90,10 +90,15 @@ sudo apt-get install ros-jazzy-sas-*
9090The 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
You can’t perform that action at this time.
0 commit comments