tux-box
tux-box
`juju remove-cloud` just removes the item from the list if you want it completely gone you will have to use: `juju destroy-controller ` then the cloud name. example: `juju destroy-controller...
I made a fork of everything as lower case for testing. https://github.com/tux-box/Epoch I'm still learning a lot about git and this kind of development, I come from a different discipline....
> And now I think of it, all Epoch's PBOs are lowercase anyway, which means they are fine. All that matters is that the case of the mod folder names...
> As I said, the only thing that Linux cares about is the mod folder and pbo names. They are all lower case other than the mission files for Epoch...
> I can guarantee that the contents of the PBOs do not require any changes. Linux itself has no idea what's in the PBOs neither does it care. > >...
> Well you created a fork that lower-cased all the file names in sources rather than just the server install pack. That was my point of contention. Internally ARMA operates...
Thank you very much for that, I'll do just that.
> Nothing _inside_ those folders needs touching. Also you need to make sure you are editing Experimental branch not Release Sure thing. Like I said I'm rather new to app...
I completed the changes per request. https://github.com/tux-box/Epoch Let me know if this matches more what you were thinking. I'm still trying to get used to and learn git. EDIT: looks...
> Looks fine. Unfortunately, as I mentioned, you need to fork and edit the Experimental branch not Release though... Honestly tried to do that, I'm learning git as I go...