Commit Graph

11 Commits

Author SHA1 Message Date
Usman Nasir
c3845af77c bug fix: fix permissions on cent8 2020-06-03 10:32:08 +05:00
Znuff
413aef3336 Double square [[ brackets are a bash features.
`==` is undefined in POSIX sh
2020-03-05 20:49:05 +02:00
qtwrk
3c1ba8cbbc remove white space and unwanted string 2020-03-04 14:00:55 +01:00
Bogdan Ilisei
4c330eda9d Rewriting install.sh
Putting some make-up on the install.sh script"

- This relies on the `/etc/os-release` file which is present on all modern distributions that you are currently supporting. More info on: https://www.freedesktop.org/software/systemd/man/os-release.html
- I've taken the liberty of including a warning message for CentOS 8 / CloudLinux 8
- I've also derived `SERVER_OS` from the proper strings. I suggest you end up using a variable directly from `/etc/os-release` instead, tough, as it's just extra-fluff right now, and it seems you are using it just for statistics purposes
- I have also switched to using `printf >&2`  to output the messages to `stderr` instead of `stdout` because they are technically warnings
2020-03-04 14:06:49 +02:00
qtwrk
eb0f6229a7 Create install.sh 2020-03-04 00:58:27 +01:00
usmannasir
0ff5cd106e mysql tuning 2019-01-01 20:16:54 +05:00
rperper
c2b09182c2 More... 2018-10-26 14:24:28 -04:00
rperper
454d680d33 More syntax stuff 2018-10-26 09:52:07 -04:00
qtwrk
64932a297e fix issue on installing some dedicated server
fix issue on installing some dedicated server with pre-installed named.service occupies port 53 which makes powerdns failed to start
2018-04-10 00:44:10 +02:00
qtwrk
c5be76ed3a fix epel issue in some VPS
fix epel issue in some VPS
2018-03-14 01:04:42 +01:00
qtwrk
c655d5c77a installer bash script
This script will temporarily and permanently disable SELINUX before installation , detects IP and put it into python install.py IP
2018-03-10 22:53:09 +01:00