You've already forked configurator
mirror of
https://github.com/armbian/configurator.git
synced 2026-01-06 10:36:02 -08:00
29 lines
1.6 KiB
Markdown
29 lines
1.6 KiB
Markdown
<p align="center">
|
|
<a href="#build-framework">
|
|
<img src="https://raw.githubusercontent.com/armbian/build/master/.github/armbian-logo.png" alt="Armbian logo" width="144">
|
|
</a><br>
|
|
<strong>configurator</strong><br>
|
|
</p>
|
|
|
|
|
|
[](https://github.com/armbian/build/commits)
|
|
[](https://github.com/armbian/configurator/actions/workflows/debian.yml)
|
|
[](https://github.com/armbian/configurator/actions/workflows/tests.yml)
|
|
[](https://twitter.com/intent/follow?screen_name=armbian)
|
|
[](https://discord.com/invite/gNJ2fPZKvc)
|
|
[](https://liberapay.com/armbian)
|
|
|
|
|
|
- [Open tasks](https://armbian.atlassian.net/browse/AR-967)
|
|
|
|
# Package repository
|
|
|
|
It is updated on this repository push.
|
|
|
|
wget -qO- https://imola.armbian.com/apt/armbian.key | gpg --dearmor | sudo tee /usr/share/keyrings/armbian.gpg > /dev/null
|
|
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/armbian.gpg] https://armbian.github.io/configurator stable main" | sudo tee /etc/apt/sources.list.d/armbian-development.list > /dev/null
|
|
|
|
Install:
|
|
|
|
sudo apt-get install configurator
|