add motd to vagrant with some information on the setup
This commit is contained in:
parent
f9fdb6ae71
commit
796748c6af
2 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue