Skip to content

Commit

Permalink
fixed missing stable integer
Browse files Browse the repository at this point in the history
  • Loading branch information
JavanXD committed May 26, 2024
1 parent a371510 commit ab179a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stage-honeypi/01-install-honeypi/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ab179a5

Please sign in to comment.