Update install-laravel-ad.sh

This commit is contained in:
Ghassan Yusuf 2025-09-13 07:29:40 +03:00
parent 5440a24c16
commit 5296a99367

View File

@ -4,9 +4,9 @@
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
#apt install openssh-server -y
#systemctl enable ssh
#systemctl start ssh
echo "=== Laravel LXC Setup Script ==="