mirror of
https://github.com/EngineGPDev/Autoinstall.git
synced 2025-01-18 22:02:22 +03:00
Update README.md (#42)
This commit is contained in:
parent
3c81184508
commit
000fe52ba5
@ -7,7 +7,7 @@
|
|||||||
- **GNU/Linux:** Debian 11, 12
|
- **GNU/Linux:** Debian 11, 12
|
||||||
- **GNU/Linux:** Ubuntu 22.04, 24.04
|
- **GNU/Linux:** Ubuntu 22.04, 24.04
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> The architecture and bit depth of x86_64 are required
|
> The architecture and bit depth of x86_64 are required.
|
||||||
## Starting the auto installer:
|
## Starting the auto installer:
|
||||||
**Update indexes and packages**
|
**Update indexes and packages**
|
||||||
```bash
|
```bash
|
||||||
@ -42,7 +42,7 @@ chmod +x ./Autoinstall/install.sh
|
|||||||
./Autoinstall/install.sh --php 7.4
|
./Autoinstall/install.sh --php 7.4
|
||||||
```
|
```
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> Instead of 7.4, you need to substitute the desired php version;
|
> Instead of 7.4, you need to substitute the desired php version;\
|
||||||
> Supported php versions: 7.4, 8.0, 8.1, 8.2
|
> Supported php versions: 7.4, 8.0, 8.1, 8.2
|
||||||
|
|
||||||
**Selecting the working branch of the panel**
|
**Selecting the working branch of the panel**
|
||||||
@ -50,6 +50,6 @@ chmod +x ./Autoinstall/install.sh
|
|||||||
./Autoinstall/install.sh --branch main
|
./Autoinstall/install.sh --branch main
|
||||||
```
|
```
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> main - the current stable version;
|
> main - the current stable version;\
|
||||||
> beta - current beta version;
|
> beta - current beta version;\
|
||||||
> develop - future beta version.
|
> develop - future beta version.
|
||||||
|
Loading…
Reference in New Issue
Block a user