Browse Source

update

tags/3.0
flucout 2 months ago
parent
commit
4c05974f09
  1. 4
      app/view/index/download.html
  2. 2033
      public/install/install_pro_en.sh

4
app/view/index/download.html

@ -198,8 +198,8 @@
<div class="install-code"> <div class="install-code">
<span class="osname">Instarll script</span> <span class="osname">Instarll script</span>
<div class="code-cont"> <div class="code-cont">
<div class="command" title="Copy successfully, please paste it to the server installation">URL={$siteurl}/script/install_pro_en.sh && if [ -f /usr/bin/curl ];then curl -ksSO $URL ;else wget -O install_pro_en.sh $URL;fi;bash install_pro_en.sh</div>
<span class="ico-copy" title="Copy successfully, please paste it to the server installation" data-clipboard-text="URL={$siteurl}/script/install_pro_en.sh && if [ -f /usr/bin/curl ];then curl -ksSO $URL ;else wget -O install_pro_en.sh $URL;fi;bash install_pro_en.sh">复制</span>
<div class="command" title="Copy successfully, please paste it to the server installation">URL={$siteurl}/install/install_7.0_en.sh && if [ -f /usr/bin/curl ];then curl -ksSO $URL ;else wget -O install_7.0_en.sh $URL;fi;bash install_7.0_en.sh</div>
<span class="ico-copy" title="Copy successfully, please paste it to the server installation" data-clipboard-text="URL={$siteurl}/install/install_7.0_en.sh && if [ -f /usr/bin/curl ];then curl -ksSO $URL ;else wget -O install_7.0_en.sh $URL;fi;bash install_7.0_en.sh">复制</span>
</div> </div>
</div> </div>
<div class="install-code"> <div class="install-code">

2033
public/install/install_pro_en.sh
File diff suppressed because it is too large
View File

Loading…
Cancel
Save