Update 2 files

- /testserver.sh
- /install_mailhog_as_service.sh
This commit is contained in:
2023-10-30 21:47:16 +00:00
parent 30e35be0a8
commit 4ec07aa8f0
2 changed files with 35 additions and 7 deletions

View File

@@ -1,7 +1 @@
#!/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! ------";
#touch /tmp/x.txt;