You've already forked documentation
mirror of
https://github.com/armbian/documentation.git
synced 2026-01-06 10:13:36 -08:00
armbian-config: adding keys to the 3rd party install
This commit is contained in:
@@ -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
|
||||
~~~
|
||||
|
||||
Reference in New Issue
Block a user