Update install-laravel.sh

This commit is contained in:
Ghassan Yusuf 2025-09-13 07:30:00 +03:00
parent 5296a99367
commit b76f8b1a3e

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
# Installation script for Laravel web app on Debian 12 LXC container