Jessie to Stretch + HTTPS

This commit is contained in:
vlaborie 2018-03-06 10:44:39 +01:00
parent ddf7de8281
commit c4d1bf03f7

View file

@ -12,7 +12,8 @@ Appuyer sur F9 au bon moment
## Installer l'utilitaire ## Installer l'utilitaire
~~~ ~~~
# echo "deb http://downloads.linux.hpe.com/SDR/repo/mcp/ jessie/current non-free" > /etc/apt/sources.list.d/hp.list # apt install apt-transport-https
# echo "deb https://downloads.linux.hpe.com/SDR/repo/mcp/ stretch/current non-free" > /etc/apt/sources.list.d/hp.list
# curl https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub | apt-key add - # curl https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub | apt-key add -
# apt update # apt update