Skip to content

Commit

Permalink
Update Grafana.sh file
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 1, 2024
1 parent bed72cd commit 62f8722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amazonlinux-grafana.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sudo apt-get install -y adduser libfontconfig1

# Fetched Latest Grafana version
LATEST_VERSION=11.2.1
LATEST_VERSION=11.3.0

# Construct the download URL for the latest version
DOWNLOAD_URL="https://dl.grafana.com/enterprise/release/grafana-enterprise_${LATEST_VERSION}_amd64.deb"
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-grafana.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sudo apt-get update

# Fetch the latest Grafana version
LATEST_VERSION=11.2.1
LATEST_VERSION=11.3.0

# Install necessary dependencies
sudo apt-get install -y adduser libfontconfig1
Expand Down

0 comments on commit 62f8722

Please sign in to comment.