Update install-laravel-ad.sh
This commit is contained in:
parent
dc86e6d70b
commit
d3ce50fccb
@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Update & Upgrade & Install Sudo
|
||||
apt-get update && apt-get upgrade && apt-get install sudo -y
|
||||
|
||||
echo "=== Laravel LXC Setup Script ==="
|
||||
|
||||
read -p "Enter your Laravel project name (directory name): " APP_NAME
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user