Modify the install script

This commit is contained in:
王贺 2025-06-10 17:18:51 +08:00 committed by GitHub
parent c922615183
commit 0be45b6a55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,15 +6,15 @@ command -v wget >/dev/null || {
}
if [ ! -f "1pctl" ]; then
wget https://github.com/1Panel-dev/installer/raw/main/1pctl
wget https://github.com/1Panel-dev/installer/raw/dev/1pctl
fi
if [ ! -f "1panel.service" ]; then
wget https://github.com/1Panel-dev/installer/raw/main/1panel.service
wget https://github.com/1Panel-dev/installer/raw/dev/1panel.service
fi
if [ ! -f "install.sh" ]; then
wget https://github.com/1Panel-dev/installer/raw/main/install.sh
wget https://github.com/1Panel-dev/installer/raw/dev/install.sh
fi
if [ ! -f "GeoIP.mmdb" ]; then