mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-10 08:35:29 +08:00
Modify the install script
This commit is contained in:
parent
c922615183
commit
0be45b6a55
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue