Commit 19c56e5d authored by w4t's avatar w4t

wtserver 0.52

parent c4fa772e
......@@ -435,14 +435,15 @@ EOF
# and compare those to what actually exist in mailboxes.
# This removes mails from the index that have already been expunged and makes
# sure that the next doveadm index will index all the missing mails (if any).
hide_output doveadm fts rescan -A
#hide_output doveadm fts rescan -A
doveadm fts rescan -A >> $PROGRAMS_INSTALL_LOG_FILES 2>&1
# Adds unindexed files to the fts database
#
# * `-q`: Queues the indexing to be run by indexer process. (will background the indexing)
# * `-A`: All users
# * `'*'`: All folders
doveadm index -A -q \*
doveadm index -A -q \* >> $PROGRAMS_INSTALL_LOG_FILES 2>&1
### Additional modifications
......
......@@ -57,8 +57,8 @@ EOF
# Install and configure Nextcloud
#---------------------------------------------------------------------
InstallNextcloud() {
local nextcloud_ver=31.0.0
local nextcloud_hash=545584d128e3242337548ac2cdf31e6019b738f4
local nextcloud_ver=31.0.1
local nextcloud_hash=268c992b981ca30875ab3cd39a866e2a822596be
echo -e "$IDENTATION_LVL_0 ${BWhite}Installing Nextcloud${NC}"
......@@ -118,17 +118,17 @@ InstallNextcloud() {
CURRENT_NEXTCLOUD_VER="28.0.14"
fi
if [[ ${CURRENT_NEXTCLOUD_VER} =~ ^28 ]]; then
InstallNextcloudVer 29.0.12 6cd53db7a8d730ebd5972081344db41eb2b174a8
CURRENT_NEXTCLOUD_VER="29.0.12"
InstallNextcloudVer 29.0.13 ffe343e98b7540e9e8f3d22e4f6d4e12fc0b8c38
CURRENT_NEXTCLOUD_VER="29.0.13"
fi
if [[ ${CURRENT_NEXTCLOUD_VER} =~ ^29 ]]; then
InstallNextcloudVer 30.0.6 c7171b03f9904a2051e765fe09ab3e95e2e564e6
CURRENT_NEXTCLOUD_VER="30.0.6"
InstallNextcloudVer 30.0.7 8351f4d4cd62acbd504fdf1b7208e3aac23c3e73
CURRENT_NEXTCLOUD_VER="30.0.7"
fi
if [[ ${CURRENT_NEXTCLOUD_VER} =~ ^30 ]]; then
InstallNextcloudVer 31.0.0 545584d128e3242337548ac2cdf31e6019b738f4
CURRENT_NEXTCLOUD_VER="31.0.0"
fi
InstallNextcloudVer 31.0.1 268c992b981ca30875ab3cd39a866e2a822596be
CURRENT_NEXTCLOUD_VER="31.0.1"
fi
fi
else
# Ha a könyvtár létezik és a verzió is egyezik, nincs tennivaló
......@@ -346,7 +346,6 @@ EOF
echo -e "$IDENTATION_LVL_1 Nextcloud version:"
sudo -u www-data php8.2 "$CLOUD_DIR"/occ status
sleep 3
echo -e "[${green}DONE${NC}]"
;;
"sqlite")
# Setup Nextcloud if the Nextcloud database does not yet exist. Running setup when
......@@ -762,7 +761,7 @@ InstallNextcloudApps() {
# https://apps.nextcloud.com/apps/external
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/external "
wget_verify https://github.com/nextcloud-releases/external/releases/download/v6.0.1/external-v6.0.1.tar.gz 1b679510932b91d3a3ec5af07fd301e5e1b90e04 /tmp/external.tgz
wget_verify https://github.com/nextcloud-releases/external/releases/download/v6.0.2/external-v6.0.2.tar.gz 46df8e7cee80d416e7a426b6d128fbf79a8d5c2f /tmp/external.tgz
tar xf /tmp/external.tgz -C $CLOUD_DIR/apps/
rm /tmp/external.tgz
echo -e "[${green}DONE${NC}]"
......@@ -854,7 +853,7 @@ InstallNextcloudApps() {
# https://apps.nextcloud.com/apps/contacts
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/contacts "
wget_verify https://github.com/nextcloud-releases/contacts/releases/download/v7.0.3/contacts-v7.0.3.tar.gz a2e96ec2f09fcf613782c9354bbc3792af92e56f /tmp/contacts.tgz
wget_verify https://github.com/nextcloud-releases/contacts/releases/download/v7.0.4/contacts-v7.0.4.tar.gz db5633feaa7bad6ab3883397efefbde0d7c628bb /tmp/contacts.tgz
tar xf /tmp/contacts.tgz -C $CLOUD_DIR/apps/
rm /tmp/contacts.tgz
echo -e "[${green}DONE${NC}]"
......@@ -991,7 +990,7 @@ InstallNextcloudApps() {
# https://apps.nextcloud.com/apps/mail
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/mail "
wget_verify https://github.com/nextcloud-releases/mail/releases/download/v4.2.4/mail-stable4.2.tar.gz a0e6d8dbaaceb946c15078ba7f211b9ea1c1148c /tmp/mail.tgz
wget_verify https://github.com/nextcloud-releases/mail/releases/download/v4.2.6/mail-stable4.2.tar.gz 3977316a5c6f33a01aa510419305e0c37094fb22 /tmp/mail.tgz
tar xf /tmp/mail.tgz -C $CLOUD_DIR/apps/
rm /tmp/mail.tgz
echo -e "[${green}DONE${NC}]"
......@@ -999,7 +998,7 @@ InstallNextcloudApps() {
# Video call
# https://apps.nextcloud.com/apps/spreed
echo -n -e "$IDENTATION_LVL_2 Installing https://apps.nextcloud.com/apps/spreed "
wget_verify https://github.com/nextcloud-releases/spreed/releases/download/v21.0.0/spreed-v21.0.0.tar.gz 51ef52d47b9bee281a63f12aa755f97a2c650f12 /tmp/spreed.tgz
wget_verify https://github.com/nextcloud-releases/spreed/releases/download/v21.0.1/spreed-v21.0.1.tar.gz 90e0ef583ac5ba75968583136122a2987ac71d66 /tmp/spreed.tgz
tar xf /tmp/spreed.tgz -C $CLOUD_DIR/apps/
rm /tmp/spreed.tgz
echo -e "[${green}DONE${NC}]"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment