ChillGenXer / sapiens-server

Automatic installation and updating scripts for managing a Sapiens Dedicated Server on Linux (Ubuntu).
GNU General Public License v3.0
3 stars 2 forks source link

Single file option #1

Open DecDuck opened 4 months ago

DecDuck commented 4 months ago

From your scripts, it looks possible to combine all the scripts (basically inline them) so only one file is needed.

As an option feature, you could include a one-line install script (curl $url | bash) to allow users to install it to /usr/bin/ or something.

ChillGenXer commented 4 months ago

Thanks! I split them up just for clarity while I was building it, but I have been consolidating them now that I have it working well. I think my next step is to just turn it into a console application, and run the commands from the console, so this is a good idea.