mirror of
https://github.com/armbian/apa.git
synced 2026-01-06 12:31:05 -08:00
Change sources lists into deb822 APT sources in the readme
This commit is contained in:
10
README.md
10
README.md
@@ -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 ##
|
||||
|
||||
|
||||
Reference in New Issue
Block a user