Browse Source

Url change filegator

Jaap Marcus 3 years ago
parent
commit
51febbb1ae
1 changed files with 2 additions and 2 deletions
  1. 2 2
      install/deb/filemanager/install-fm.sh

+ 2 - 2
install/deb/filemanager/install-fm.sh

@@ -22,8 +22,8 @@ fi
 
 
 FM_INSTALL_DIR="$HESTIA/web/fm"
 FM_INSTALL_DIR="$HESTIA/web/fm"
 
 
-FM_FILE="filegator_v${fm_v}.zip"
-FM_URL="https://github.com/filegator/filegator/releases/download/v${fm_v}/${FM_FILE}"
+FM_FILE="v${fm_v}.zip"
+FM_URL="https://github.com/filegator/filegator/archive/refs/tags/${FM_FILE}"
 
 
 
 
 COMPOSER_BIN="$HOMEDIR/$user/.composer/composer"
 COMPOSER_BIN="$HOMEDIR/$user/.composer/composer"