Incorporated changes for release 1.4.3

This commit is contained in:
2026-02-24 21:01:33 -05:00
parent 97249aa600
commit 925332147a
21 changed files with 57 additions and 170 deletions

View File

@@ -2,12 +2,12 @@
# install.sh
# OpenDRS Online Discrepancy Reporting System
# Copyright (C) 2024 Rod Wright
# Copyright (C) 2025 Rod Wright
# SPDX-License-Identifier: GPL-2.0
DRS_VERSION="1.4.2"
DRS_VERSION="1.4.3"
DOC_ROOT="/var/www"
INSTALL_LOC="opendrs"
APACHE_USER="www-data"
@@ -21,6 +21,7 @@ if [[ $EUID -ne 0 ]]; then
exit 1
fi
echo "Preparing for OpenDRS installation or upgrade. Please stand by..."
# Prevent unattended-upgrades from interfering
restart_uu=false