From 4fd9dfdca66cc6ebf44dd3484962aea9c5bf228e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Thu, 18 Aug 2022 17:34:10 +0200 Subject: [PATCH] armbian config repo adding fix (#170) * Updated key adding instructions * Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e51e0d5..f29d721 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,12 @@ Login as root and type: **Run this utility on 3rd party Debian based distributions** - echo "deb [arch=arm64] http://apt.armbian.com $(lsb_release -cs) main" > /etc/apt/sources.list.d/armbian.list - apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 9F0E78D5 - apt update - apt install armbian-config + sudo wget https://apt.armbian.com/armbian.key -O key + sudo gpg --dearmor < key | sudo tee /usr/share/keyrings/armbian.gpg > /dev/null + sudo chmod go+r /usr/share/keyrings/armbian.gpg + sudo echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/armbian.gpg] http://apt.armbian.com $(lsb_release -cs) main $(lsb_release -cs)-utils $(lsb_release -cs)-desktop" | sudo tee /etc/apt/sources.list.d/armbian.list + apt update + apt install armbian-config Development version: