Update 2 files
- /testserver_o2b/models/init_test.py - /testserver.sh
This commit is contained in:
@@ -1 +1,7 @@
|
||||
touch /tmp/x.txt
|
||||
#!/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! ------";
|
||||
Reference in New Issue
Block a user