Skip to content

Commit 53e32d2

Browse files
committed
Merge branch 'release/1.2.1'
2 parents 2aaabd2 + a5d4419 commit 53e32d2

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
![alt text](logo.jpg "Logo Title Text 1")
1+
![alt text](logo_min.png "Logo")
22

3-
A fully featured Digitalocean installer and management tool optimized for Laravel
3+
A fully featured LAMP+ installer and management tool optimized for DigitalOcean & Laravel
44

55
## Install
6-
`wget -O - https://raw.githubusercontent.com/ben182/server-tool/master/scripts/get.sh | bash`
6+
`bash <(curl -s https://raw.githubusercontent.com/ben182/server-tool/master/scripts/get.sh)`
77

88
This script is supposed to be run on a fresh ubuntu maschine. It will install:
99
* Apache
@@ -34,4 +34,4 @@ In the everyday usage the server-tools can also manage your server:
3434
* Adding vHosts
3535
* Adding SSL
3636
* Application Installs (Set up vHost, clone Git repo, laravel specific configuration, create mysql database, npm install, create git post hook)
37-
* PHP Switch
37+
* PHP Switch

logo_min.png

14 KB
Loading

scripts/install.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

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

0 commit comments

Comments
 (0)