更新 'build.sh'

This commit is contained in:
2022-10-26 12:12:50 +08:00
parent 0fba9464f9
commit 8d5a2cdf20

View File

@@ -16,6 +16,7 @@ _install()
{
ARCH=`go env | grep GOARCH | cut -d \" -f 2`
cp bin/${ARCH} /bin/gomail
chmod +x /bin/gomail
cp gomail.ini /etc/
}