zpanel / installers

Provides a central place to store, version and distribute ZPanel installers and upgrade scripts from.
http://www.zpanelcp.com
GNU General Public License v3.0
73 stars 153 forks source link

10.1.1 installer is cloning instead of using frozen branch! #32

Closed ghost closed 10 years ago

ghost commented 10 years ago

installer are doing: git clone https://github.com/zpanel/zpanelx.git instead of wget https://github.com/zpanel/zpanelx/archive/10.1.1.zip

For clean debugging we should only let users get the exact release we frozen not a 10.1.1.1 then a 10.1.1.2... debugging or bug reports can be harder to track.

At least we can modify the installer to offer choice. fronzen stable branch or latest - dev branch.

M B

ghost commented 10 years ago

I will fix this