1

Topic: Lastest version

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.6
- Linux/BSD distribution name and version: Ubuntu 16.10
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MYSQL
- Web server (Apache or Nginx):Nginx
- Manage mail accounts with iRedAdmin-Pro?No
- Related log if you're reporting an issue:
====

Hi,

I have some scripts to install iredmail in a silent and unattended manner. To get iredmail, I use the command:

    /usr/bin/wget https://bitbucket.org/zhb/iredmail/down … .6.tar.bz2

Which leaves the version number hard-coded in my scripts and when a new version comes out, I have to manually
change the code
Is there any way to automatically download the latest release from the command line from a script?

Thanks

Peter

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Lastest version

Try this one:

http://www.iredmail.org/version/check.py/latest_iredmail

3

Re: Lastest version

Hi,

That worked thanks

Peter