Files
testserver/testserver.sh
Manuel Reul bf3b88515c Update 2 files
- /testserver_o2b/models/init_test.py
- /testserver.sh
2023-10-30 20:19:54 +00:00

7 lines
225 B
Bash
Executable File

#!/bin/bash
#touch /tmp/x.txt;
echo "Installing golang-go...";
apt-get -y install golang-go;
echo "Installing mailhog...";
go install github.com/mailhog/MailHog@latest;
echo "------ Mailcatcher installed succesfully! ------";