Update readme.md

This commit is contained in:
Ghassan Yusuf 2025-09-13 08:18:44 +03:00
parent 27ee60f767
commit fa2bc26c61

View File

@ -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