diff --git a/README.md b/README.md index 8a8986c7a..828e08177 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,8 @@ Any applications not in ported or unsupported need to be tested for whether they
  • ⭕ Homer
  • ⭕ Hyperhdr
  • ⭕ Hyperion
  • +
  • ⭕ InfluxDB
  • +
  • ⭕ ioBroker
  • ⭕ Jellyseerr
  • ⭕ Mafl
  • ⭕ Nginx Proxy Manager
  • diff --git a/ct/influxdb.sh b/ct/influxdb.sh index 2d995f6b5..59a09ddfb 100644 --- a/ct/influxdb.sh +++ b/ct/influxdb.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/asylumexp/Proxmox/main/misc/build.func) # Copyright (c) 2021-2024 tteck # Author: tteck (tteckster) # License: MIT diff --git a/ct/iobroker.sh b/ct/iobroker.sh index 0bbd1d0ff..cd207d842 100644 --- a/ct/iobroker.sh +++ b/ct/iobroker.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/asylumexp/Proxmox/main/misc/build.func) # Copyright (c) 2021-2024 tteck # Author: tteck (tteckster) # License: MIT diff --git a/install/influxdb-install.sh b/install/influxdb-install.sh index 71e4e0f5e..4a686ad9e 100644 --- a/install/influxdb-install.sh +++ b/install/influxdb-install.sh @@ -20,6 +20,7 @@ $STD apt-get install -y mc $STD apt-get install -y lsb-base $STD apt-get install -y lsb-release $STD apt-get install -y gnupg2 +$STD apt-get install -y wget msg_ok "Installed Dependencies" msg_info "Setting up InfluxDB Repository" @@ -41,7 +42,7 @@ if [[ $INFLUX == "2" ]]; then $STD apt-get install -y influxdb2 else $STD apt-get install -y influxdb - wget -q https://dl.influxdata.com/chronograf/releases/chronograf_1.10.1_amd64.deb + wget -q https://dl.influxdata.com/chronograf/releases/chronograf_1.10.1_arm64.deb $STD dpkg -i chronograf_1.10.1_amd64.deb fi $STD systemctl enable --now influxdb diff --git a/install/iobroker-install.sh b/install/iobroker-install.sh index 09a59a589..dbf1e76d7 100644 --- a/install/iobroker-install.sh +++ b/install/iobroker-install.sh @@ -19,6 +19,7 @@ $STD apt-get install -y sudo $STD apt-get install -y mc $STD apt-get install -y ca-certificates $STD apt-get install -y gnupg +$STD apt-get install -y wget msg_ok "Installed Dependencies" msg_info "Setting up Node.js Repository"