Changes for page Armbian OS instruction

Last modified by Edwin Chen on 2025/02/26 08:18

From version 107.1
edited by Kilight Cao
on 2023/08/31 15:20
Change comment: There is no comment for this version
To version 109.1
edited by Kilight Cao
on 2023/09/25 09:20
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -390,7 +390,7 @@
390 390  
391 391  (% class="box infomessage" %)
392 392  (((
393 -curl https:~/~/repos.influxdata.com/influxdb.key | gpg ~-~-dearmor | sudo tee /usr/share/keyrings/influxdb-archive-keyring.gpg >/dev/null
393 +curl https:~/~/repos.influxdata.com/influxdata-archive_compat.key | gpg ~-~-dearmor | sudo tee /usr/share/keyrings/influxdb-archive-keyring.gpg >/dev/null
394 394  echo "deb [signed-by=/usr/share/keyrings/influxdb-archive-keyring.gpg] https:~/~/repos.influxdata.com/debian $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
395 395  apt update && apt install influxdb
396 396  )))