From 3b93c948a3dcaf5d2947731ea2b579205f5789ac Mon Sep 17 00:00:00 2001 From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com> Date: Sat, 23 Nov 2024 20:00:03 -0600 Subject: [PATCH] Update install.sh: remove unused variable --- install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.sh b/install.sh index 638e9f05f..a2c8c7e21 100755 --- a/install.sh +++ b/install.sh @@ -57,8 +57,6 @@ COMBINED_BASE_VERSION="v2024.12.06" # Base of first version with CAMERA_TYPE instead of CAMERA in config.sh and # "cameratype" in the settings file. FIRST_CAMERA_TYPE_BASE_VERSION="v2023.05.01" - # When ALLSKY_SCRIPTS was added to PATH, requiring a reboot: -SCRIPTS_PATH_ADDED_VERSION="v2023.05.01_04" # First Allsky version that used the "version" file. # It's also when ftp-settings.sh moved to ${ALLSKY_CONFIG} FIRST_VERSION_VERSION="v2022.03.01"