Skip to content

Commit 82ad7a9

Browse files
Update service file download paths in script.sh
1 parent bfa2eb4 commit 82ad7a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/script.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ download_resources() {
1717
fi
1818

1919
if [ ! -f "1panel-core.service" ]; then
20-
wget https://github.com/1Panel-dev/installer/raw/v2/1panel-core.service
20+
wget https://github.com/1Panel-dev/installer/raw/v2/initscript/1panel-core.service
2121
fi
2222

2323
if [ ! -f "1panel-agent.service" ]; then
24-
wget https://github.com/1Panel-dev/installer/raw/v2/1panel-agent.service
24+
wget https://github.com/1Panel-dev/installer/raw/v2/initscript/1panel-agent.service
2525
fi
2626

2727
if [ ! -d "lang" ]; then
@@ -68,4 +68,4 @@ if [ "$1" = "compress_binary" ]; then
6868
compress_binary "$2" "$3"
6969
else
7070
download_resources
71-
fi
71+
fi

0 commit comments

Comments
 (0)