Change sources lists into deb822 APT sources in the readme

This commit is contained in:
Igor Pecovnik
2025-04-17 18:43:38 +02:00
parent 743d305998
commit e08d5a712d

View File

@@ -13,9 +13,13 @@ On a Debian-based system
## How to use on your SBC ##
echo deb [trusted=yes] https://github.armbian.com/apa current main | sudo tee /etc/apt/sources.list.d/armbian-apa.list
sudo apt update
sudo apt install armbian-common
sudo tee /etc/apt/sources.list.d/armbian-apa.sources > /dev/null <<- 'EOT'
Types: deb
URIs: https://github.armbian.com/apa
Suites: current
Components: main
Signed-By: /usr/share/keyrings/armbian.gpg
EOT
## Philosophy ##