Update install-laravel-ad.sh
This commit is contained in:
parent
5440a24c16
commit
5296a99367
@ -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
|
||||||
|
|
||||||
echo "=== Laravel LXC Setup Script ==="
|
echo "=== Laravel LXC Setup Script ==="
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user