diff --git a/src/config b/src/config index f218bf4..4ebc1d6 100644 --- a/src/config +++ b/src/config @@ -1,5 +1,5 @@ export DIST_NAME=MonsterPi -export DIST_VERSION=0.3.0-rc1 +export DIST_VERSION=0.3.0 export BASE_DISTRO=ubuntu export BASE_ARCH=aarch64 diff --git a/src/modules/monsterpi/config b/src/modules/monsterpi/config index 78c85e5..630f6b8 100644 --- a/src/modules/monsterpi/config +++ b/src/modules/monsterpi/config @@ -11,4 +11,4 @@ [ -n "$MONSTERPI_INCLUDE_HAPROXY" ] || MONSTERPI_INCLUDE_HAPROXY=yes # FDM Monster version -[ -n "$MONSTERPI_FDMMONSTER_VERSION" ] || MONSTERPI_FDMMONSTER_VERSION=1.5.0-rc2 +[ -n "$MONSTERPI_FDMMONSTER_VERSION" ] || MONSTERPI_FDMMONSTER_VERSION=1.5.0 diff --git a/src/modules/monsterpi/filesystem/home/pi/scripts/update-fdm-monster.sh b/src/modules/monsterpi/filesystem/home/pi/scripts/update-fdm-monster.sh index 61e99fc..a3a5bbd 100644 --- a/src/modules/monsterpi/filesystem/home/pi/scripts/update-fdm-monster.sh +++ b/src/modules/monsterpi/filesystem/home/pi/scripts/update-fdm-monster.sh @@ -163,8 +163,7 @@ npm run uninstall # Step 5) Switch the latest FDM Monster to this tag echo "[5/${ts}] Downloading version version ${tag} of FDM Monster from Github" pushd "${server_path}" -zip_file=${dist_prefix}-${tag}.zip -curl -fsSL https://github.com/$org/$repo/releases/download/${tag}/${zip_file} -o "${dist_zips_path}/${zip_file}" +curl -fsSL ${url} -o "${dist_zips_path}/${zip_file}" # Step 6) Clear the old dist folder echo "[6/${ts}] Clearing old dist folder"