-
i just wanna make a pseudo systemd bootloader(fake one) but the current solution i have is prompt based, so i just wanna know if theres documentation of it so i can make a program/script |
Beta Was this translation helpful? Give feedback.
Answered by
twaik
Mar 23, 2025
Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Welpyes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
termux-change-repo
is pretty much simple. You could simply rewrite it for your case.https://github.com/termux/termux-tools/blob/master/scripts/termux-change-repo.in
It literally creates a symlink to mirror description file depending on user's choice (dialog-based).