Skip to content

Commit

Permalink
Update iredmail.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
V4K11 committed Feb 18, 2020
1 parent 84aaf8f commit d913dab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions redbaron/data/scripts/iredmail.sh
@@ -1,10 +1,10 @@
#bin/bash

wget https://bitbucket.org/zhb/iredmail/downloads/iRedMail-0.9.9.tar.bz2 --header "Referer: bitbucket.org"
wget https://github.com/iredmail/iRedMail/archive/1.1.tar.gz

tar xjf "iRedMail-0.9.9.tar.bz2"
tar -xf 1.1.tar.gz

cd iRedMail-0.9.9
cd iRedMail-1.1

echo -e "AUTO_USE_EXISTING_CONFIG_FILE=y \
\nAUTO_INSTALL_WITHOUT_CONFIRM=y \
Expand Down

0 comments on commit d913dab

Please sign in to comment.