Update readme.md
This commit is contained in:
parent
27ee60f767
commit
fa2bc26c61
@ -5,6 +5,13 @@ Update First Then Run the Script
|
||||
apt-get update && apt-get upgrade && apt-get install sudo -y
|
||||
```
|
||||
|
||||
Install And Enable SSH
|
||||
```
|
||||
apt install openssh-server -y
|
||||
systemctl enable ssh
|
||||
systemctl start ssh
|
||||
```
|
||||
|
||||
Use The Link Below In An Empty LXC To Create A Laravel Project
|
||||
```
|
||||
wget https://git.innovator.bh/ghassan/laravel-project/raw/branch/main/install-laravel.sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user