From ab179a559bf1a380a5e29b07e6d915aa5545d895 Mon Sep 17 00:00:00 2001 From: Javan Rasokat <4342160+JavanXD@users.noreply.github.com> Date: Sun, 26 May 2024 12:35:31 +0200 Subject: [PATCH] fixed missing stable integer --- stage-honeypi/01-install-honeypi/00-run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stage-honeypi/01-install-honeypi/00-run.sh b/stage-honeypi/01-install-honeypi/00-run.sh index 8b426c3..411a08c 100755 --- a/stage-honeypi/01-install-honeypi/00-run.sh +++ b/stage-honeypi/01-install-honeypi/00-run.sh @@ -204,6 +204,9 @@ get_latest_release() { fi } +# Initialize STABLE variable +STABLE=0 + # Install latest HoneyPi runtime measurement scripts echo 'Installing latest HoneyPi runtime measurement scripts' REPO="Honey-Pi/rpi-scripts"