Skip to content

Commit

Permalink
Release v1.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
rvwoens committed Aug 17, 2020
1 parent 884291d commit aa24aed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 3 additions & 1 deletion setup_full
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit aa24aed

Please sign in to comment.