Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
echo 'deb http://public_repo:82//DANOS:/1908/standard ./s3-us-west-1.amazonaws.com/repos.danosproject.org/bootstrap/ 1908 main' >> /etc/apt/sources.list.d/danos.list
echo 'deb http://public_repo:82//DANOS:/1908/bootstrap ./s3-us-west-1.amazonaws.com/repos.danosproject.org/standard/ 1908 main' >> /etc/apt/sources.list.d/danos.list

You will also need to add the keys for these repositories using the following commands:

Code Block
wget httphttps://public_repo:82/DANOS:/1908/standard/Release.key | sudo apt-key add -
wget http://public_repo:82/DANOS:/1908/bootstraps3-us-west-1.amazonaws.com/repos.danosproject.org/Release.key | sudo apt-key add -

...