Commit Graph

19 Commits

Author SHA1 Message Date
usmannasir e99a4fc5af initial almalinux test 2024-05-09 13:54:39 +04:00
usmannasir adcd21c201 initial almalinux test 2024-05-09 13:39:23 +04:00
Gergely Lonyai 083d37c447
Update install.sh 2023-11-21 11:17:56 +01:00
Gergely Lonyai f41e508227
Update install.sh with CentOS 9 support 2023-11-21 10:54:59 +01:00
usmannasir 48f328bd24 cloudlinux 8 based install 2023-09-19 10:47:27 +05:00
usmannasir a4528f3928 add php 8.2 and also add support for cloud linux 8 2023-09-12 23:32:31 +05:00
usmannasir 30c7ee658a add php 8.2 and also add support for cloud linux 8 2023-09-12 23:20:54 +05:00
Aaron a1f420fa6b 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 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