Skip to content

Commit

Permalink
Release v1.0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
rvwoens committed Aug 17, 2020
1 parent 0ec51ab commit c79e7b0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ The git repository setup makes it very easy to deploy a product version to the s

```bash
yum -y install tar
curl -s -L https://github.com/rvwoens/centos-laravel-stack/archive/v1.0.37.tar.gz | tar -xz
cd centos-laravel-stack-1.0.37
curl -s -L https://github.com/rvwoens/centos-laravel-stack/archive/v1.0.38.tar.gz | tar -xz
cd centos-laravel-stack-1.0.38
./setup_full

```
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.37
date="Mon Aug 17 22:47:34 CEST 2020"
version=v1.0.38
date="Mon Aug 17 23:27:19 CEST 2020"
3 changes: 3 additions & 0 deletions parts/01_user_create
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ su $username <<-'EOF'
mkdir ~/bin
echo "export PATH=\$PATH:~/bin" >> ~/.bashrc
# lets make a ~/crontab
mkdir ~/crontab
## get rid of unreadable vim colorcoding
echo -e "syntax off\nset t_ti= t_te= \n" >> ~/.vimrc
EOF
Expand Down
3 changes: 2 additions & 1 deletion parts/usercron/crondef
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@

########################################################################################
# addvhost will add laravel schedules here
########################################################################################
########################################################################################

0 comments on commit c79e7b0

Please sign in to comment.