echo "deb https://packages.grafana.com/oss/deb stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list
```bash
echo "deb [signed-by=/etc/apt/keyrings/grafana.gpg] https://apt.grafana.com stable main" | sudo tee /etc/apt/sources.list.d/grafana.list
```
1. Install Grafana:
```
```bash
sudo apt-get update
sudo apt-get install -y grafana
```
@ -127,13 +132,13 @@ Grafana is now installed, but not yet running. To make sure Grafana starts up ev
1. Enable the Grafana server:
```
```bash
sudo /bin/systemctl enable grafana-server
```
1. Start the Grafana server:
```
```bash
sudo /bin/systemctl start grafana-server
```
@ -143,7 +148,7 @@ Grafana is now installed, but not yet running. To make sure Grafana starts up ev
1. Log in to Grafana with the default username `admin`, and the default password `admin`.
1. Change the password for the admin user when asked.
Congratulations! Grafana is now running on your Raspberry Pi. If the Raspberry Pi is ever restarted or turned off, Grafana will start up whenever the machine regains power.
Congratulations, Grafana is now running on your Raspberry Pi. If the Raspberry Pi is ever restarted or turned off, Grafana will start up whenever the machine regains power.