From b46e1f501f652b87c3631697bdf9e642043648b9 Mon Sep 17 00:00:00 2001 From: zijiren233 Date: Tue, 5 Dec 2023 22:36:36 +0800 Subject: [PATCH] Fix: install script linux service help info --- script/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/install.sh b/script/install.sh index c01e5b20..a4cda7d3 100755 --- a/script/install.sh +++ b/script/install.sh @@ -6,7 +6,7 @@ download_tools_list=( ) function Help() { - echo "Usage: sudo -v ; curl -fsSL https://raw.gitmirror.com/synctv-org/synctv/main/script/install.sh | sudo bash -s -- -v latest" + echo "Usage: sudo -v ; curl -fsSL https://raw.githubusercontent.com/synctv-org/synctv/main/script/install.sh | sudo bash -s -- -v latest" echo "-h: help" echo "-v: install version (default: latest)" echo "-p: github proxy (default: https://mirror.ghproxy.com/)" @@ -241,8 +241,8 @@ EOF fi systemctl daemon-reload - echo "synctv.service installed" - echo "run: systemctl enable synctv.service && systemctl start synctv.service" + echo "/etc/systemd/system/synctv.service install success" + echo "run: systemctl enable synctv && systemctl start synctv" } function InitSystemctlService() {