Files
SergObsidian/Untitled.md
2025-02-10 13:01:12 +05:00

8 lines
202 B
Markdown

```
sudo apt install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt install php7.4 php7.4-mysql php7.4-mbstring php7.4-gd php7.4-curl php7.4-common
```