diff --git a/README.md b/README.md index 0e78e7f..18c327a 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,10 @@ The git repository setup makes it very easy to deploy a product version to the s ```bash yum -y install tar -wget -q -O- https://github.com/rvwoens/centos-laravel-stack/archive/v1.0.34.tar.gz | tar -xz -cd centos-laravel-stack-1.0.34 +curl -s -L https://github.com/rvwoens/centos-laravel-stack/archive/v1.0.35.tar.gz | tar -xz +cd centos-laravel-stack-1.0.35 ./setup_full + ``` Now you can run complete setups: diff --git a/VERSION b/VERSION index 058a3ea..27dfb93 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -version=v1.0.34 -date="Mon Aug 17 14:40:47 CEST 2020" +version=v1.0.35 +date="Mon Aug 17 15:06:38 CEST 2020" diff --git a/setup_full b/setup_full index cefd888..6ff5317 100755 --- a/setup_full +++ b/setup_full @@ -1,5 +1,7 @@ #!/bin/bash -echo "Centos7 server install -- FULL SETUP" +echo "##########################################################" +echo "Centos server install -- FULL SETUP" +echo "##########################################################" . ./parts/01_user_create . ./parts/02_set_hostname