nnscripts

no-nonsense shell script colection for Linux-based environments
git clone git://git.luxferre.top/nnscripts.git
Log | Files | Refs | README | LICENSE

commit 9fe16eb055b95a20fa70cdca93383047e525fafd
parent b9ee25958c6559ebb7b8ddcf0f10805cee6b1773
Author: Luxferre <lux@ferre>
Date:   Thu, 11 Jan 2024 22:32:30 +0200

Updated ghmd

Diffstat:
Mghmd.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghmd.sh b/ghmd.sh @@ -1,5 +1,5 @@ #!/bin/sh -# GHMD is a shell script for setting up one of the following things: +# GHMD is a shell script for setting up any of the following things: # 1) a Git user on a remote instance (initial setup) # 2) a private Git repo on the remote instance # 3) a public Git repo using git:// protocol on the remote instance (if it uses systemd)