mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-12 04:30:53 +08:00
Update service file download paths in script.sh (#10843)
This commit is contained in:
parent
bfa2eb43ea
commit
bb5e0f98c2
1 changed files with 3 additions and 3 deletions
|
|
@ -17,11 +17,11 @@ download_resources() {
|
|||
fi
|
||||
|
||||
if [ ! -f "1panel-core.service" ]; then
|
||||
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
|
||||
fi
|
||||
|
||||
if [ ! -f "1panel-agent.service" ]; then
|
||||
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
|
||||
fi
|
||||
|
||||
if [ ! -d "lang" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue