Update readme.md
This commit is contained in:
parent
7fb4c85b0f
commit
b237c56907
13
readme.md
13
readme.md
@ -5,17 +5,16 @@ Update First Then Run the Script
|
||||
apt-get update && apt-get upgrade && apt-get install sudo -y
|
||||
```
|
||||
|
||||
New Test
|
||||
```
|
||||
curl -fsSL https://git.innovator.bh/ghassan/laravel-project/raw/branch/main/install.sh | bash
|
||||
```
|
||||
|
||||
Use The Link Below In An Empty LXC To Create A Laravel Project
|
||||
```
|
||||
curl -fsSL https://git.innovator.bh/ghassan/laravel-project/raw/branch/main/install-laravel.sh | bash
|
||||
wget https://git.innovator.bh/ghassan/laravel-project/raw/branch/main/install-laravel.sh
|
||||
chmod +x install-laravel.sh
|
||||
./install-laravel.sh
|
||||
```
|
||||
|
||||
Use The Link Below In An Empty LXC To Create A Laravel Project - Advanced Mode
|
||||
```
|
||||
curl -fsSL https://git.innovator.bh/ghassan/laravel-project/raw/branch/main/install-laravel-ad.sh | bash
|
||||
wget https://git.innovator.bh/ghassan/laravel-project/raw/branch/main/install-laravel-ad.sh
|
||||
chmod +x install-laravel-ad.sh
|
||||
./install-laravel-ad.sh
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user