10 lines
259 B
Bash
Executable File
10 lines
259 B
Bash
Executable File
#!/bin/bash
|
|
|
|
wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key
|
|
|
|
source /opt/proxy_settings.sh
|
|
|
|
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | gpg --dearmor -o /usr/share/keyrings/elasticsearch-keyring.gpg
|
|
|
|
apt-mirror
|