Просмотр исходного кода

Updated v-add-sys-rainloop (#2957)

* Updated v-add-sys-rainloop

* Update to 1.17.0 for Rainloop

Co-authored-by: Jaap Marcus <9754650+jaapmarcus@users.noreply.github.com>
PlayBox Tech 3 лет назад
Родитель
Сommit
a34bbf712b
2 измененных файлов с 4 добавлено и 4 удалено
  1. 3 3
      bin/v-add-sys-rainloop
  2. 1 1
      install/upgrade/upgrade.conf

+ 3 - 3
bin/v-add-sys-rainloop

@@ -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"
@@ -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

+ 1 - 1
install/upgrade/upgrade.conf

@@ -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