...
Code Block |
---|
$ sudo apt-get update $ sudo apt-get install curl $ sudo apt-get install git $ sudo apt-get install unzip $ sudo apt-get install mbstring |
Install PHP7.4
It’s crucial to install 7.4, not 8.x
...
...
Code Block |
---|
$ sudo apt-get update $ sudo apt-get install curl $ sudo apt-get install git $ sudo apt-get install unzip $ sudo apt-get install mbstring |
It’s crucial to install 7.4, not 8.x
...