Skip to content

Commit 3db57b7

Browse files
committed
2.2.0
1 parent 191f807 commit 3db57b7

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This script is supposed to be run on a fresh Ubuntu machine. It will install:
1616

1717
* Apache
1818
* MySQL
19-
* PHP 7.1, 7.2, 7.3
19+
* PHP 7.2, 7.3, 7.4
2020
* Composer
2121
* Certbot
2222
* vnStat

scripts/install.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/bash
22

3-
# http://patorjk.com/software/taag/#p=display&v=0&f=Slant&t=stool%20v2.1.0
3+
# http://patorjk.com/software/taag/#p=display&v=0&f=Slant&t=stool%20v2.2.0
44
cat << "EOF"
5-
__ __ ___ ___ ____
6-
_____/ /_____ ____ / / _ _|__ \ < // __ \
7-
/ ___/ __/ __ \/ __ \/ / | | / /_/ / / // / / /
8-
(__ ) /_/ /_/ / /_/ / / | |/ / __/_ / // /_/ /
9-
/____/\__/\____/\____/_/ |___/____(_)_(_)____/
5+
__ __ ___ ___ ____
6+
_____/ /_____ ____ / / _ _|__ \ |__ \ / __ \
7+
/ ___/ __/ __ \/ __ \/ / | | / /_/ / __/ / / / / /
8+
(__ ) /_/ /_/ / /_/ / / | |/ / __/_ / __/_/ /_/ /
9+
/____/\__/\____/\____/_/ |___/____(_)____(_)____/
1010
1111
Created by Benjamin Bortels
1212

0 commit comments

Comments
 (0)