Automatically install nano editor to make things a little easier
This commit is contained in:
@@ -11,5 +11,9 @@ service php7.2-fpm start
|
|||||||
echo "[ INFO ] Setting up friendBook database"
|
echo "[ INFO ] Setting up friendBook database"
|
||||||
mysql -u root < /scripts/friendBook.sql
|
mysql -u root < /scripts/friendBook.sql
|
||||||
|
|
||||||
|
# Installing nano to make live changes a little quicker
|
||||||
|
echo "[ INFO ] Installing nano editor"
|
||||||
|
apt-get update && apt-get install -y nano
|
||||||
|
|
||||||
echo "[ INFO ] Starting nginx"
|
echo "[ INFO ] Starting nginx"
|
||||||
nginx -g "daemon off;" # Foreground
|
nginx -g "daemon off;" # Foreground
|
||||||
|
|||||||
Reference in New Issue
Block a user