add motd to vagrant with some information on the setup

This commit is contained in:
Jakob Schrettenbrunner 2017-06-12 12:22:06 +02:00
parent f9fdb6ae71
commit 796748c6af
2 changed files with 12 additions and 0 deletions

View file

@ -1,6 +1,7 @@
#!/bin/bash
echo "Provisioning development environment for Pterodactyl Panel."
cp /var/www/html/pterodactyl/.dev/vagrant/motd.txt /etc/motd
apt-get install -y software-properties-common > /dev/null