Update install-laravel-ad.sh

This commit is contained in:
Ghassan Yusuf 2025-09-13 06:58:40 +03:00
parent dc86e6d70b
commit d3ce50fccb

View File

@ -1,5 +1,8 @@
#!/bin/bash
# Update & Upgrade & Install Sudo
apt-get update && apt-get upgrade && apt-get install sudo -y
echo "=== Laravel LXC Setup Script ==="
read -p "Enter your Laravel project name (directory name): " APP_NAME