Commit Graph

19 Commits

Author SHA1 Message Date
usmannasir
1cd4846058 initial almalinux test 2024-05-09 13:54:39 +04:00
usmannasir
fae7c5dea2 initial almalinux test 2024-05-09 13:39:23 +04:00
Gergely Lonyai
486a80555a Update install.sh 2023-11-21 11:17:56 +01:00
Gergely Lonyai
36cc1522b6 Update install.sh with CentOS 9 support 2023-11-21 10:54:59 +01:00
usmannasir
1f5105b774 cloudlinux 8 based install 2023-09-19 10:47:27 +05:00
usmannasir
4fff439de1 add php 8.2 and also add support for cloud linux 8 2023-09-12 23:32:31 +05:00
usmannasir
a0af164a00 add php 8.2 and also add support for cloud linux 8 2023-09-12 23:20:54 +05:00
Aaron
6ce6a311f4 Add support for openEuler and bug fixes
1.Added install support for openEuler 20.03LTS and 22.03LTS with YARO(Yet Another Repository for openEuler).
2.Fixed the bug when install restic on CentOS 8, now it can be installed directly through EPEL.
3.Updated some text descriptions.
2022-06-25 02:14:01 +08:00
Usman Nasir
ab696bc488 bug fix: fix permissions on cent8 2020-06-03 10:32:08 +05:00
Znuff
25c6b7b121 Double square [[ brackets are a bash features.
`==` is undefined in POSIX sh
2020-03-05 20:49:05 +02:00
qtwrk
9fe9bbc430 remove white space and unwanted string 2020-03-04 14:00:55 +01:00
Bogdan Ilisei
0435b4fd29 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
b17f30e2a4 Create install.sh 2020-03-04 00:58:27 +01:00
usmannasir
a97bfdbea5 mysql tuning 2019-01-01 20:16:54 +05:00
rperper
455785e6d8 More... 2018-10-26 14:24:28 -04:00
rperper
5eb0de1f9c More syntax stuff 2018-10-26 09:52:07 -04:00
qtwrk
17ce0fc642 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
da10755d16 fix epel issue in some VPS
fix epel issue in some VPS
2018-03-14 01:04:42 +01:00
qtwrk
76ef8413d7 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