It is completely possible that the path that got them to this point was the optimal path given their goals and knowledge at the time. And wildly enough, maybe it was even the optimal path with perfect knowledge of the future as well.
The question is not stupid, it might be banal, but so is "what is 2+2". It shows the limitations of LLMs, in this specific case how they lose track of which object is which.
Zelensky was arguably a nobody internationally, until he lead his country to stalling out the entire military might of the Russian Federation in a war that's only a few months away from being longer than the Great Patriotic One, and keep on giving Russia bloodey noses like taking out a chunk of their strategic bomber fleet, the underwater drone strike on Novorossiysk, and tanking the Russian economy. Not bad for a literal comedian.
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).
Not the original person, but I'd like to see the ACTUAL install instructions, a la the vscode via the microsoft repository. It's a little more work for the user, but, honestly, the user is using a CLI for managing packages - I think three lines that show clearly what's going on is reasonable.
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.
reply