From 3529b8d5c0cd0a5bb6916ae83a59e3a14fbd84c0 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Sat, 10 Jun 2023 19:43:46 +0200 Subject: [PATCH] cmd sed -i -e 's/\r$//' update.sh cmd sed -i -e 's/\r$//' update.sh --- update.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 update.sh diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..851b468 --- /dev/null +++ b/update.sh @@ -0,0 +1,22 @@ +#!/bin/sh + +# This is the Server install script. +echo "open-etc-pool-friends update" +echo "Please do NOT run as root, run as the pool user!" +echo "If it not exist, create the pool user!" + +sleep 2 + +echo "Update... Please wait!" + + + + +git pull + + +echo "" +echo "Update complete!" +echo "" + +exit 0 \ No newline at end of file