From 5a414f9d1e76c29173355a17ba377f8435fd631e Mon Sep 17 00:00:00 2001 From: smayzy Date: Tue, 4 Mar 2025 10:33:02 +0100 Subject: [PATCH] add install script to mirror --- mirror/install.sh | 3 +++ mirror/{rsync-update.sh => rsync-update} | 0 2 files changed, 3 insertions(+) create mode 100644 mirror/install.sh rename mirror/{rsync-update.sh => rsync-update} (100%) diff --git a/mirror/install.sh b/mirror/install.sh new file mode 100644 index 0000000..b79c51a --- /dev/null +++ b/mirror/install.sh @@ -0,0 +1,3 @@ +cp nginx.conf /etc/nginx +cp rsync-update.sh /usr/local/bin +cat crontab >> /etc/crontab diff --git a/mirror/rsync-update.sh b/mirror/rsync-update similarity index 100% rename from mirror/rsync-update.sh rename to mirror/rsync-update