Skip to content

Commit

Permalink
doc: update ubuntu repo path
Browse files Browse the repository at this point in the history
Updating ubuntu repository path which hosts DAO packages

Signed-off-by: Harman Kalra <hkalra@marvell.com>
Change-Id: I2cc5021f243f0a7a80244b8ff93d40f22c20ef0e
Reviewed-on: https://sj1git1.cavium.com/c/IP/SW/dataplane/dpu-offload/+/129479
Tested-by: sa_ip-toolkits-Jenkins <sa_ip-toolkits-jenkins@marvell.com>
Reviewed-by: Jerin Jacob <jerinj@marvell.com>
  • Loading branch information
harman-kalra authored and jerinjacobk committed Jun 13, 2024
1 parent 3c9274b commit 6c3186c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Update ubuntu repository to download dao packages

```sh

curl -fsSL https://uat.marvell.com/public/repo/octeon/dao/ubuntu/dao.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/dao.gpg
curl -SsL -o /etc/apt/sources.list.d/dao.list https://uat.marvell.com/public/repo/octeon/dao/ubuntu/dao.list
curl -fsSL https://www.marvell.com/public/repo/octeon/dao/ubuntu/v2204/dao.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/dao.gpg
curl -SsL -o /etc/apt/sources.list.d/dao.list https://www.marvell.com/public/repo/octeon/dao/ubuntu/v2204/dao.list
sudo chmod 644 /etc/apt/sources.list.d/dao.list
sudo chmod 644 /etc/apt/keyrings/dao.gpg
apt-get update
Expand Down
4 changes: 2 additions & 2 deletions doc/guides/gsg/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ Once the octeon board is UP with above ubuntu rootfs

.. code-block:: console
# curl -fsSL https://uat.marvell.com/public/repo/octeon/dao/ubuntu/dao.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/dao.gpg
# curl -SsL -o /etc/apt/sources.list.d/dao.list https://uat.marvell.com/public/repo/octeon/dao/ubuntu/dao.list
# curl -fsSL https://www.marvell.com/public/repo/octeon/dao/ubuntu/v2204/dao.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/dao.gpg
# curl -SsL -o /etc/apt/sources.list.d/dao.list https://www.marvell.com/public/repo/octeon/dao/ubuntu/v2204/dao.list
# sudo chmod 644 /etc/apt/sources.list.d/dao.list
# sudo chmod 644 /etc/apt/keyrings/dao.gpg
# apt-get update
Expand Down

0 comments on commit 6c3186c

Please sign in to comment.