From 46741f40ba7e90531ce958f547c5b9451fc61b3e Mon Sep 17 00:00:00 2001 From: David Eleazar Date: Tue, 8 Feb 2022 16:22:48 +0700 Subject: [PATCH] Improved script code --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 626d0c3..303368f 100755 --- a/install.sh +++ b/install.sh @@ -41,9 +41,10 @@ if [ -z "$1" ]; then fi if [ ! -e ngrok.service ]; then - git clone --depth=1 https://github.com/elzdave/systemd-ngrok.git + git clone --depth=1 https://github.com/vincenthsu/systemd-ngrok.git cd systemd-ngrok fi + cp ngrok.service /lib/systemd/system/ mkdir -p /opt/ngrok cp ngrok.yml /opt/ngrok