Skip to content

Commit

Permalink
#161 Adjust download link of mailrelay in script
Browse files Browse the repository at this point in the history
  • Loading branch information
lgorzitze committed Nov 15, 2024
1 parent f38b709 commit 1eb5549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/setup-mailrelay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -o pipefail
cd /dogu/resources
mkdir mailrelay
cd mailrelay
curl -o emailrelay.zip "https://sourceforge.net/projects/emailrelay/files/emailrelay/2.6/emailrelay-2.6-w32.zip/download"
curl -o emailrelay.zip "https://master.dl.sourceforge.net/project/emailrelay/emailrelay/2.6/emailrelay-2.6-src.zip\?viasf\=1"
unzip emailrelay.zip
sudo ./configure && sudo make && sudo make install
echo "server plain ces-admin Ecosystem2016!" > secret.auth
Expand Down

0 comments on commit 1eb5549

Please sign in to comment.