ci: fix permission when packaging; move installer to another repository (#470)

* installer: fix permission & move to another repository

* update gitee url

* update resource

* ci: fix permission
This commit is contained in:
UUBulb
2024-11-06 16:44:31 +08:00
committed by GitHub
parent 2590815a6c
commit 3d6edd602c
6 changed files with 32 additions and 19 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
<label>{{tr "LinuxOneKeyInstall"}}</label>
<div class="ui message">
{{if .Conf.GRPCHost}}
curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh -o nezha.sh && chmod
curl -L https://raw.githubusercontent.com/nezhahq/scripts/main/install.sh -o nezha.sh && chmod
+x nezha.sh && ./nezha.sh install_agent <code class="command">{{.Conf.GRPCHost}}</code> <code
class="command">{{if .Conf.ProxyGRPCPort}}{{.Conf.ProxyGRPCPort}}{{else}}{{.Conf.GRPCPort}}{{end}}</code> <code
class="command hostSecret"></code> <code class="command">{{if .Conf.TLS}}--tls{{end}}</code>