Skip to content

Commit 28936f8

Browse files
committed
update latest
1 parent fb6589c commit 28936f8

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

01-installation.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,15 @@ MintyPHP supports MariaDB (and other MySQL compatible databases).
2323
You 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

3430
Unzip the archive and run the start.sh script with the following command:
3531

3632
```
37-
<<<<<<< HEAD
3833
unzip mintyphp-.zip
3934
cd mintyphp-
40-
=======
41-
unzip mintyphp-2.0.4.zip
42-
cd mintyphp-2.0.4
43-
>>>>>>> 1a66369292aa0e5ac4dc25bafb572a8fbc91c7c6
4435
bash start.sh
4536
```
4637

update.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22
VERSION=$(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
43
VERSION="${VERSION//v}" # strip v character
54
OLDVER=$(cat version.txt)
65
echo $VERSION > version.txt

0 commit comments

Comments
 (0)