Update service file download paths in script.sh (#10843)

This commit is contained in:
王贺 2025-11-03 11:57:10 +08:00 committed by GitHub
parent bfa2eb43ea
commit bb5e0f98c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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