Update install-laravel-ad.sh

This commit is contained in:
Ghassan Yusuf 2025-09-13 07:04:03 +03:00
parent 00f0421d3b
commit 3f17e7d598

View File

@ -3,6 +3,11 @@
# Update & Upgrade & Install Sudo
apt-get update && apt-get upgrade && apt-get install sudo -y
# Make Sure SSH Is Installed And Enabled
apt install openssh-server -y
systemctl enable ssh
systemctl start ssh
echo "=== Laravel LXC Setup Script ==="
read -p "Enter your Laravel project name (directory name): " APP_NAME