File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,26 +6,26 @@ command -v wget >/dev/null || {
66}
77
88if [ ! -f " 1pctl" ]; then
9- wget https://github.com/1Panel-dev/installer/raw/main /1pctl
9+ wget https://github.com/1Panel-dev/installer/raw/v1 /1pctl
1010fi
1111
1212if [ ! -f " install.sh" ]; then
13- wget https://github.com/1Panel-dev/installer/raw/main /install.sh
13+ wget https://github.com/1Panel-dev/installer/raw/v1 /install.sh
1414fi
1515
1616if [ ! -d " initscript" ]; then
17- wget https://github.com/1Panel-dev/installer/raw/main /initscript/1panel.service
17+ wget https://github.com/1Panel-dev/installer/raw/v1 /initscript/1panel.service
1818 mkdir -p initscript && cd initscript
1919 for file in 1panel.service 1paneld.init 1paneld.openrc 1paneld.procd; do
20- wget -q https://github.com/1Panel-dev/installer/raw/main /initscript/$file
20+ wget -q https://github.com/1Panel-dev/installer/raw/v1 /initscript/$file
2121 done
2222 cd ..
2323fi
2424
2525if [ ! -d " lang" ]; then
2626 mkdir -p lang && cd lang
2727 for lang in en fa pt-BR ru zh; do
28- wget -q https://github.com/1Panel-dev/installer/raw/main /lang/$lang .sh
28+ wget -q https://github.com/1Panel-dev/installer/raw/v1 /lang/$lang .sh
2929 done
3030 cd ..
3131fi
You can’t perform that action at this time.
0 commit comments