vault backup: 2025-02-10 13:01:12

This commit is contained in:
sShemet
2025-02-10 13:01:12 +05:00
parent e9c11ee42f
commit 423c1db1b6

View File

@@ -2,6 +2,6 @@
sudo apt install software-properties-common sudo apt install software-properties-common
sudo add-apt-repository ppa:ondrej/php sudo add-apt-repository ppa:ondrej/php
sudo apt-get update sudo apt-get update
sudo apt install php7.4 php7.4-mysqli php7.4-mbstring php7.4-gd php7.4-curl php7.4-iconv sudo apt install php7.4 php7.4-mysql php7.4-mbstring php7.4-gd php7.4-curl php7.4-common
``` ```