This commit is contained in:
root
2024-01-27 07:49:05 +12:00
commit d45048e439
17 changed files with 435 additions and 0 deletions

13
docs/linux/fedora.md Normal file
View File

@@ -0,0 +1,13 @@
# Fedora / CentOS / Etc
## Relabel
```bash
touch /.autorelabel
```
## Install PHP 8
```
dnf install https://rpms.remirepo.net/fedora/remi-release-38.rpm
dnf module reset php
dnf module install php:remi-8.2
```