Update install-laravel.sh
This commit is contained in:
parent
3f17e7d598
commit
2e587cc98b
@ -3,6 +3,11 @@
|
|||||||
# Update & Upgrade & Install Sudo
|
# Update & Upgrade & Install Sudo
|
||||||
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
|
||||||
|
apt install openssh-server -y
|
||||||
|
systemctl enable 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
|
||||||
|
|
||||||
echo "=== Laravel LXC Setup Script ==="
|
echo "=== Laravel LXC Setup Script ==="
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user