Update install-laravel-ad.sh
This commit is contained in:
parent
c8a6171aeb
commit
c272208d8c
@ -1,13 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Update & Upgrade & Install Sudo
|
|
||||||
#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
|
|
||||||
|
|
||||||
echo "=== Laravel LXC Setup Script ==="
|
echo "=== Laravel LXC Setup Script ==="
|
||||||
|
|
||||||
read -p "Enter your Laravel project name (directory name): " APP_NAME
|
read -p "Enter your Laravel project name (directory name): " APP_NAME
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user