Skip to content

Commit 60ff53d

Browse files
author
Barry de Graaff
committed
fix installer
1 parent 8da3de1 commit 60ff53d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

announcement-installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ wget --no-cache https://raw.githubusercontent.com/Zimbra-Community/announcements
7272
/opt/zimbra/bin/mysql announcements_db < /root/AnnouncementsEntry.sql
7373

7474
echo "Installing Zimlet"
75-
wget --no-cache https://github.com/Zimbra-Community/announcements/releases/download/0.0.3/tk_barrydegraaff_announcements.zip -O /tmp/tk_barrydegraaff_announcements.zip
75+
wget --no-cache https://github.com/Zimbra-Community/announcements/releases/download/0.0.4/tk_barrydegraaff_announcements.zip -O /tmp/tk_barrydegraaff_announcements.zip
7676
su - zimbra -c "zmzimletctl deploy /tmp/tk_barrydegraaff_announcements.zip"
7777

7878
echo "Install Portal Manifest"

zimlet/tk_barrydegraaff_announcements/config_template.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ along with this program. If not, see http://www.gnu.org/licenses/.
2222
<global>
2323
<property name="color">white</property>
2424
<property name="backgroudcolor">#007cc3</property>
25-
<property name="feed1title">Zimbra Blog</property>
25+
<property name="feed1title">Zimbra news</property>
2626
<property name="feed1url">https://blog.zimbra.com/feed/</property>
27-
<property name="feed2title">Nextcloud News</property>
28-
<property name="feed2url">https://nextcloud.com/blogfeed/</property>
27+
<property name="feed2title">Nextcloud news</property>
28+
<property name="feed2url">https://nextcloud.com/blog/static-feed/</property>
2929
<property name="feed3title"></property>
3030
<property name="feed3url"></property>
3131
<property name="feed4title"></property>

zimlet/tk_barrydegraaff_announcements/tk_barrydegraaff_announcements.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ along with this program. If not, see http://www.gnu.org/licenses/.
1717
1818
-->
1919
<zimlet name="tk_barrydegraaff_announcements"
20-
version="0.0.3"
20+
version="0.0.4"
2121
target="main compose-window view-window"
2222
label="Announcements"
2323
description="Show announcements to users">

0 commit comments

Comments
 (0)