Un1q32
Un1q32
> I don't understand, if you are on the mod downloader, you're already loading the mod??????  what i mean is if i click the cloth config link here i...
> I think error message is just incomplete. Simply installing `qemu-user-static` is not enough - you'd have to do `service qemu-user-static onestart`. just found this after googling the error, this...
dont bother the repo is unmaintained
there is none. pfetch is configured through environment variables. Read the [README](https://github.com/dylanaraps/pfetch/blob/master/README.md) for more info
I would also like to see this
> I don't have access to a Gallium box to test things like packages though. Gallium is Ubuntu based and uses apt, so it should work fine.
This does not happen on iOS 14.6.
this needs to be merged immediately.
This is super cool. Only thing I would add is support for getting the windows kernel version, as 3.1.7-340.x86_64 is definitely not right. I can confirm that `uname -r `...
neofetch gets the build number for the kernel version on windows. You can do the same with ``` kernel=$(wmic os get Version) kernel=${kernel/Version} ``` `$kernel` will have the build number