Project home is now at power-mailinabox.net
This commit is contained in:
parent
fece9355cf
commit
6bcf1169bd
4 changed files with 5 additions and 5 deletions
|
@ -73,5 +73,5 @@ sudo dpkg-reconfigure locales
|
|||
|
||||
3. Run the following command, and then follow the instructions that appear on the screen:
|
||||
```
|
||||
curl https://raw.githubusercontent.com/ddavness/power-mailinabox/main/setup/bootstrap.sh | sudo bash
|
||||
curl https://power-mailinabox.net/setup.sh | sudo bash
|
||||
```
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
<br><br>
|
||||
|
||||
<h2 align=center>Oh and by the way: thank you for sticking by!</h2>
|
||||
<p align=center>This project is maintained <a href="https://github.com/ddavness/power-mailinabox">on GitHub</a>.
|
||||
<p align=center>This project is maintained <a href="https://power-mailinabox.net">on GitHub</a>.
|
||||
Feel free to take a peek and maybe leave a star. It is very much appreciated! ❤</p>
|
||||
<p align=center>Also feel free report any issues you may find, or leave your ideas.</p>
|
||||
</div>
|
||||
|
@ -103,4 +103,4 @@
|
|||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -1449,7 +1449,7 @@ def check_miab_version(env, output):
|
|||
% this_ver)
|
||||
else:
|
||||
output.print_error(
|
||||
"A new version of Mail-in-a-Box is available. You are running version %s. The latest version is %s. For upgrade instructions, visit https://github.com/ddavness/power-mailinabox. "
|
||||
"A new version of Mail-in-a-Box is available. You are running version %s. The latest version is %s. For upgrade instructions, visit https://power-mailinabox.net"
|
||||
% (this_ver, latest_ver))
|
||||
|
||||
|
||||
|
|
|
@ -237,7 +237,7 @@
|
|||
<hr>
|
||||
|
||||
<footer>
|
||||
<p>This is a <a href="https://github.com/ddavness/power-mailinabox">Power Mail-in-a-Box</a>.</p>
|
||||
<p>This is a <a href="https://power-mailinabox.net">Power Mail-in-a-Box</a>.</p>
|
||||
</footer>
|
||||
</div> <!-- /container -->
|
||||
|
||||
|
|
Loading…
Reference in a new issue