tteckster 2 лет назад
Родитель
Сommit
076789ca79
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      install/influxdb-v5-install.sh

+ 1 - 0
install/influxdb-v5-install.sh

@@ -94,6 +94,7 @@ msg_ok "Installed Dependencies"
 msg_info "Setting up InfluxDB Repository"
 wget -q https://repos.influxdata.com/influxdata-archive_compat.key
 $STD gpg --with-fingerprint --show-keys ./influxdata-archive_compat.key
+$STD cat influxdata-archive_compat.key | gpg --dearmor | tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg
 sh -c 'echo "deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main" > /etc/apt/sources.list.d/influxdata.list'
 msg_ok "Set up InfluxDB Repository"