Update install-laravel.sh
This commit is contained in:
parent
5296a99367
commit
b76f8b1a3e
@ -4,9 +4,9 @@
|
|||||||
apt-get update && apt-get upgrade && apt-get install sudo -y
|
apt-get update && apt-get upgrade && apt-get install sudo -y
|
||||||
|
|
||||||
# Make Sure SSH Is Installed And Enabled
|
# Make Sure SSH Is Installed And Enabled
|
||||||
apt install openssh-server -y
|
#apt install openssh-server -y
|
||||||
systemctl enable ssh
|
#systemctl enable ssh
|
||||||
systemctl start ssh
|
#systemctl start ssh
|
||||||
|
|
||||||
# Installation script for Laravel web app on Debian 12 LXC container
|
# Installation script for Laravel web app on Debian 12 LXC container
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user