From bc887049c0f49208548912458e9508096db1c584 Mon Sep 17 00:00:00 2001 From: Igor Date: Fri, 24 Jan 2025 17:59:46 +0100 Subject: [PATCH] armbian-config: adding keys to the 3rd party install --- docs/User-Guide_Armbian-Config.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/User-Guide_Armbian-Config.md b/docs/User-Guide_Armbian-Config.md index 54ca00aa..c3c01903 100644 --- a/docs/User-Guide_Armbian-Config.md +++ b/docs/User-Guide_Armbian-Config.md @@ -37,9 +37,11 @@ This tool is tailored to works best with Armbian Linux but it has also been auto In theory it should work on any systemd APT based Linux distributions such as: Linux Mint, Elementary OS, Kali Linux, MX Linux, Parrot OS, Proxmox, Raspberry Pi OS, ... ~~~ +wget -qO - https://apt.armbian.com/armbian.key | gpg --dearmor | \ +sudo tee /usr/share/keyrings/armbian.gpg > /dev/null echo "deb [signed-by=/usr/share/keyrings/armbian.gpg] \ https://github.armbian.com/configng stable main" | \ -sudo tee /etc/apt/sources.list.d/armbian-development.list > /dev/null +sudo tee /etc/apt/sources.list.d/armbian-config.list > /dev/null sudo apt update sudo apt -y install armbian-config ~~~