From e88ae050a97f8e62b7a232dbad4e77e4eb415ed0 Mon Sep 17 00:00:00 2001 From: iliajie Date: Thu, 12 Jan 2023 20:36:38 +0200 Subject: [PATCH] Fix to remove unnecessary copyright from the header --- setup-repos.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/setup-repos.sh b/setup-repos.sh index 3c54086a5..7d81373b4 100755 --- a/setup-repos.sh +++ b/setup-repos.sh @@ -1,7 +1,6 @@ #!/bin/sh # shellcheck disable=SC1090 disable=SC2059 disable=SC2164 disable=SC2181 # setup-repos.sh -# Copyright Ilia Rostovtsev # Configures Webmin repository for RHEL and Debian systems (derivatives) webmin_download="https://download.webmin.com"