File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -23,24 +23,15 @@ MintyPHP supports MariaDB (and other MySQL compatible databases).
2323You can download the latest version as a zip archive by clicking the button below.
2424
2525<br >
26- <<<<<<< HEAD
2726<a href =' http://github.com/mintyphp/mintyphp/archive/v.zip ' style =" text-decoration : none ; color : white ; background-color : #21a900 ; padding : 10px 20px ;" >Download MintyPHP v</a >
28- =======
29- <a href =' http://github.com/mintyphp/mintyphp/archive/v2.0.4.zip ' style =" text-decoration : none ; color : white ; background-color : #21a900 ; padding : 10px 20px ;" >Download MintyPHP v2.0.4</a >
30- >>>>>>> 1a66369292aa0e5ac4dc25bafb572a8fbc91c7c6
3127<br >
3228<br >
3329
3430Unzip the archive and run the start.sh script with the following command:
3531
3632```
37- <<<<<<< HEAD
3833unzip mintyphp-.zip
3934cd mintyphp-
40- =======
41- unzip mintyphp-2.0.4.zip
42- cd mintyphp-2.0.4
43- >>>>>>> 1a66369292aa0e5ac4dc25bafb572a8fbc91c7c6
4435bash start.sh
4536```
4637
Original file line number Diff line number Diff line change 11#! /bin/bash
22VERSION=$( curl -s https://github.com/mintyphp/mintyphp/releases | grep -iA 20 ' latest' | grep -o ' v[0-9]\+\.[0-9]\+\.[0-9]\+' )
3- VERSION=" ${VERSION// \" } " # strip quote character
43VERSION=" ${VERSION// v} " # strip v character
54OLDVER=$( cat version.txt)
65echo $VERSION > version.txt
You can’t perform that action at this time.
0 commit comments