Skip to content

Commit

Permalink
B #OpenNebula/6428: Replace deprecated apt-key
Browse files Browse the repository at this point in the history
  • Loading branch information
xorel committed Jan 29, 2024
1 parent 2df1253 commit cc32554
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,8 @@ First, add the repository signing GPG key on the Front-end by executing as user

.. prompt:: bash # auto

# wget -q -O- https://downloads.opennebula.io/repo/repo2.key | apt-key add -
# wget -q -O- https://downloads.opennebula.io/repo/repo2.key | gpg --dearmor --yes --output /etc/apt/trusted.gpg.d/opennebula.gpg

.. important:: If you are using Ubuntu 22.04, ``apt-key`` to add signing GPG keys is about to be deprecated. Execute the following:

.. prompt:: bash # auto

# wget -q -O- https://downloads.opennebula.io/repo/repo2.key | gpg --dearmor --yes --output /etc/apt/trusted.gpg.d/opennebula.gpg

and then continue with repository configuration:

Expand Down Expand Up @@ -194,7 +189,7 @@ First, add the repository signing GPG key on the Front-end by executing as user

.. prompt:: bash # auto

# wget -q -O- https://downloads.opennebula.io/repo/repo2.key | apt-key add -
# wget -q -O- https://downloads.opennebula.io/repo/repo2.key | gpg --dearmor --yes --output /etc/apt/trusted.gpg.d/opennebula.gpg

**Debian 10**

Expand Down

0 comments on commit cc32554

Please sign in to comment.