|
|
|
|
|
by mingcongbai
234 days ago
|
|
I mean, it's not required per se, it's right there in a repository... the script configures the repository and installs oma afterwards (there are system dependencies). https://repo.aosc.io/oma/ Out of curiosity, how - by your preference - should this be done so that it's easier for the user? |
|
something like:
Just showing me what it's gonna do and giving me the clear option to do that instead of curl | bash would make me feel better.Microsoft also has a "download deb and install", which I still consider slightly better than curl | bash; it's basically the windows install flow. People who are using a GUI can just double click it, people who want to see what it's going to do can examine it, and your (unsafe) one-liner is `curl XXX.deb && dpkg -i XXX.deb`. Plus it can be shipped to a multiple machines at once easily.
And hey, you already know they have dpkg.
(edited: mangled my command spacing a bit)