18
0
Fork 0

Change HP key

This commit is contained in:
vlaborie 2017-06-29 14:42:01 +02:00
parent 36c0cac56e
commit 61c43c4a91
1 changed files with 2 additions and 3 deletions

View File

@ -11,9 +11,8 @@ Appuyer sur F9 au bon moment
~~~
# echo "deb http://downloads.linux.hpe.com/SDR/repo/mcp/ jessie/current non-free" > /etc/apt/sources.list.d/hp.list
# curl https://downloads.linux.hpe.com/SDR/hpPublicKey1024.pub | apt-key add -
# curl https://downloads.linux.hpe.com/SDR/hpPublicKey2048.pub | apt-key add -
# curl https://downloads.linux.hpe.com/SDR/hpPublicKey2048_key1.pub | apt-key add -
# curl https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub | apt-key add -
# apt update
# apt install hp-health hpssacli
~~~