lay Posted September 3 Posted September 3 I created a deb package for my own application. How do I import it for compilation and installation? 0 Quote
Solution Werner Posted September 3 Solution Posted September 3 https://docs.armbian.com/Developer-Guide_User-Configurations/#user-provided-image-customization-script Simply put something like dpkg -i /tmp/overlay/yourawesomeapplication.deb in there and it will be executed close to the end of the build process. 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.