mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
bump roundcube version since the Debian ftp site isn't providing the previous version anymore
This commit is contained in:
parent
97083a1e0c
commit
ebf19c197d
@ -10,7 +10,7 @@ DEBIAN_FRONTEND=noninteractive apt-get install -q -y \
|
|||||||
# now upgrade the packages. We do it this way so the other dependencies are
|
# now upgrade the packages. We do it this way so the other dependencies are
|
||||||
# pulled in via apt for us automatically.
|
# pulled in via apt for us automatically.
|
||||||
mkdir -p externals
|
mkdir -p externals
|
||||||
pkg_ver=0.9.2-2_all
|
pkg_ver=0.9.5-4_all
|
||||||
wget -nc -P externals http://ftp.debian.org/debian/pool/main/r/roundcube/{roundcube,roundcube-core,roundcube-sqlite3,roundcube-plugins}_$pkg_ver.deb
|
wget -nc -P externals http://ftp.debian.org/debian/pool/main/r/roundcube/{roundcube,roundcube-core,roundcube-sqlite3,roundcube-plugins}_$pkg_ver.deb
|
||||||
DEBIAN_FRONTEND=noninteractive dpkg -Gi externals/{roundcube,roundcube-core,roundcube-sqlite3,roundcube-plugins}_$pkg_ver.deb
|
DEBIAN_FRONTEND=noninteractive dpkg -Gi externals/{roundcube,roundcube-core,roundcube-sqlite3,roundcube-plugins}_$pkg_ver.deb
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user