<api>/src/target/linux.rs:318
touch /etc/cents-release
and trick Intecture to thinking you're CentOS
centos-release
autocorrect...
target
stuff
I understand that but much of the things are done exactly the same way especially on Linux. For example there isn't much difference between Debian and Ubuntu.
My point is, why not make Command
just execute any command sent to it directly, much like the std
lib's Command
so that it can run on any OS and distro. Everything else can then start building on top of that.