Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bin/v-add-sys-rainloop
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ MODE=$1
UPDATE="no"
# Version and Download paths
# Version to be moved to upgrade script
RL_FILE="rainloop-community-latest.zip"
RL_FILE="rainloop-latest.zip"
# For removal of folder
RL_EXTRACT_MAIN="rainloop"

# Downloading full version
RL_URL="https://www.rainloop.net/repository/webmail/rainloop-community-latest.zip"
RL_URL="https://www.rainloop.net/repository/webmail/rainloop-latest.zip"

# Folder paths
RL_INSTALL_DIR="/var/lib/rainloop"
Expand Down Expand Up @@ -155,7 +155,7 @@ else
[ ! -f "${RC_INSTALL_DIR}/${RC_FILE}" ] && wget "$RL_URL" --quiet -O "${RL_INSTALL_DIR}/${RL_FILE}"
version=$(cat $RL_INSTALL_DIR/data/VERSION);

unzip -q -j rainloop-community-latest.zip "data/VERSION" -d $RL_INSTALL_DIR/
unzip -q -j rainloop-latest.zip "data/VERSION" -d $RL_INSTALL_DIR/
version_source=$(cat $RL_INSTALL_DIR/VERSION);

# Check version inside .zip file in case hestia didn't update yet
Expand Down
2 changes: 1 addition & 1 deletion install/upgrade/upgrade.conf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pma_v='5.2.0'
rc_v='1.6.0'

# Set version of Rainloop (Webmail) to update during upgrade if not already installed
rl_v='1.16.0'
rl_v='1.17.0'

# Update the File Manager or it's configuration file
# Check if Filegator requires an update based on current version and setting below
Expand Down
22 changes: 12 additions & 10 deletions web/inc/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.