Skip to content

Commit

Permalink
Version release: v0.48.POWER.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ferreira de Sousa Duque committed Aug 26, 2020
1 parent d7d3561 commit a336931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If that doesn't work:
curl https://raw.githubusercontent.com/ddavness/power-mailinabox/master/setup/bootstrap.sh | sudo bash
```

## Current Version: v0.47.POWER.0 (Tracking v0.47)
## Current Version: v0.48.POWER.0 (Tracking v0.48)

This is a fork of MiaB (duh), hacked and tuned to my needs:

Expand Down
2 changes: 1 addition & 1 deletion setup/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ -z "$TAG" ]; then
# Make s
OS=`lsb_release -d | sed 's/.*:\s*//'`
if [ "$OS" == "Debian GNU/Linux 10 (buster)" -o "$(echo $OS | grep -o 'Ubuntu 20.04')" == "Ubuntu 20.04" ]; then
TAG=v0.47.POWER.0
TAG=v0.48.POWER.0
else
echo "This script must be run on a system running Debian 10 OR Ubuntu 20.04 LTS."
exit 1
Expand Down

0 comments on commit a336931

Please sign in to comment.