We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa2eb4 commit 82ad7a9Copy full SHA for 82ad7a9
ci/script.sh
@@ -17,11 +17,11 @@ download_resources() {
17
fi
18
19
if [ ! -f "1panel-core.service" ]; then
20
- wget https://github.com/1Panel-dev/installer/raw/v2/1panel-core.service
+ wget https://github.com/1Panel-dev/installer/raw/v2/initscript/1panel-core.service
21
22
23
if [ ! -f "1panel-agent.service" ]; then
24
- wget https://github.com/1Panel-dev/installer/raw/v2/1panel-agent.service
+ wget https://github.com/1Panel-dev/installer/raw/v2/initscript/1panel-agent.service
25
26
27
if [ ! -d "lang" ]; then
@@ -68,4 +68,4 @@ if [ "$1" = "compress_binary" ]; then
68
compress_binary "$2" "$3"
69
else
70
download_resources
71
-fi
+fi
0 commit comments