onny:notizen:postmarketos
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
onny:notizen:postmarketos [2022/02/10 12:05] – 2a02:8071:22dd:d000::b78 | onny:notizen:postmarketos [2022/03/02 10:48] (current) – [building package] 2a02:8071:3ecc:6e00:f7ec:78a:90c3:7888 | ||
---|---|---|---|
Line 6: | Line 6: | ||
* document viewer, odt / pdf | * document viewer, odt / pdf | ||
* 2FA app (authy) | * 2FA app (authy) | ||
+ | |||
+ | ==== building package ==== | ||
+ | |||
+ | <code bash> | ||
+ | apk add alpine-sdk doas nano | ||
+ | adduser onny | ||
+ | addgroup onny abuild | ||
+ | mkdir -p / | ||
+ | chmod a+w / | ||
+ | su onny | ||
+ | cd | ||
+ | git config --global user.name "Your Full Name" | ||
+ | git config --global user.email " | ||
+ | git clone https:// | ||
+ | SUDO=doas abuild-keygen -a | ||
+ | cd community/ | ||
+ | abuild -r | ||
+ | </ |
onny/notizen/postmarketos.1644494706.txt.gz · Last modified: 2022/02/10 12:05 by 2a02:8071:22dd:d000::b78