DannyArends / DaNode

Small and flexible web server written using the D 2.0 language
https://www.dannyarends.nl
GNU General Public License v3.0
61 stars 2 forks source link

Create ./sh/update #30

Closed BoQsc closed 1 year ago

BoQsc commented 2 years ago

Adds ./sh/update

For people that simply want an update from source. Without need for any git or git clone commands.

Overwrites everything except your custom folder in the ./www/ ~Warning: overwrites the ./www/localhost~ (no more, added to exclusion.)

Personally I do not use git clone right now as Debian 10 does not come with git preinstalled.
This script can be extended for git clone usage as well. I'm simply lacking energy to research and test things.