From 866ea0c7a0fcafe859be5ec668879592d67c61f8 Mon Sep 17 00:00:00 2001 From: Bobby Allen Date: Sun, 1 Feb 2015 10:27:13 +0000 Subject: [PATCH] Updated release tags and README.md file information. --- README.md | 9 +++------ sentora_install.sh | 6 +++--- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d470ff7a..78eedab7 100644 --- a/README.md +++ b/README.md @@ -5,22 +5,19 @@ Welcome to the Sentora Installation Script Git repository, this provides a centr ## How to install Sentora ## -__This common installer is in BETA-TEST__ - Our installation script currently support the following operating systems/distributions: * CentOS 6 and 7 * Ubuntu 12.04 and 14.04 Preliminary install information can be found here: [Sentora Documentation](http://docs.sentora.org/index.php?node=7) - -To install use the latest 'recommended' version: +To install use the latest 'stable' and officially supported version, please use the following command: ``` -bash <(curl -L -Ss http://sentora.org/install-beta) +bash <(curl -L -Ss http://sentora.org/install) ``` -Please report any errors that you may find to the [beta-test dedicated forum](http://forums.sentora.org/forumdisplay.php?fid=60). +Please report any errors that you may find with the installers to our [bug tracking system](https://github.com/sentora/sentora-installers/issues). Alternatively (and for testing purposes only) you can install the latest MASTER version like so: diff --git a/sentora_install.sh b/sentora_install.sh index 44d5ec20..f9b5ef4a 100755 --- a/sentora_install.sh +++ b/sentora_install.sh @@ -25,9 +25,9 @@ # all those who participated to this and to previous installers. # Thanks to all. -SENTORA_INSTALLER_VERSION="1.0.0-RC3" -SENTORA_CORE_VERSION="1.0.0-RC3" -SENTORA_PRECONF_VERSION="1.0.0-RC3" +SENTORA_INSTALLER_VERSION="1.0.0" +SENTORA_CORE_VERSION="1.0.0" +SENTORA_PRECONF_VERSION="1.0.0" PANEL_PATH="/etc/sentora" PANEL_DATA="/var/sentora"