From a9386ba1476b967422588bb8b74cb14784265b44 Mon Sep 17 00:00:00 2001 From: RotanChen Date: Fri, 22 May 2020 16:57:05 +0800 Subject: [PATCH] replace the link which is in the 06-hpdsa file The old link does't work,this one does. Change-Id: I128b5841b2bd4897e2b2c0e82ad31049ce7b0c29 --- diskimage_builder/elements/hpdsa/pre-install.d/06-hpdsa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diskimage_builder/elements/hpdsa/pre-install.d/06-hpdsa b/diskimage_builder/elements/hpdsa/pre-install.d/06-hpdsa index 42baa3ebd..d71d84e39 100755 --- a/diskimage_builder/elements/hpdsa/pre-install.d/06-hpdsa +++ b/diskimage_builder/elements/hpdsa/pre-install.d/06-hpdsa @@ -7,8 +7,8 @@ set -eu set -o pipefail # Add hpdsa repository -echo 'deb https://downloads.linux.hp.com/SDR/repo/ubuntu-hpdsa' $DIB_RELEASE ' main' \ +echo 'deb https://downloads.linux.hpe.com/SDR/repo/ubuntu-hpdsa' $DIB_RELEASE ' main' \ >> /etc/apt/sources.list.d/ubuntu-hpdsa.list # Add the key -curl -f -s https://downloads.linux.hp.com/SDR/hpPublicKey2048_key1.pub | apt-key add - +curl -f -s https://downloads.linux.hpe.com/SDR/hpPublicKey2048_key1.pub | apt-key add -