pull/1047/head
tteckster 3 years ago committed by GitHub
parent 76ad63427c
commit 822bd2b1d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      ct/adguard-v5.sh
  2. 8
      ct/alpine-v5.sh
  3. 8
      ct/archlinux-v5.sh
  4. 4
      ct/audiobookshelf-v5.sh
  5. 7
      ct/autobrr-v5.sh
  6. 8
      ct/blocky-v5.sh
  7. 8
      ct/casaos-v5.sh
  8. 8
      ct/changedetection-v5.sh
  9. 8
      ct/daemonsync-v5.sh
  10. 8
      ct/dashy-v5.sh
  11. 4
      ct/debian-v5.sh
  12. 8
      ct/deconz-v5.sh
  13. 4
      ct/deluge-v5.sh
  14. 4
      ct/devuan-v5.sh
  15. 8
      ct/emby-v5.sh
  16. 8
      ct/emqx-v5.sh
  17. 8
      ct/esphome-v5.sh
  18. 8
      ct/grafana-v5.sh
  19. 8
      ct/grocy-v5.sh
  20. 8
      ct/heimdalldashboard-v5.sh
  21. 8
      ct/homebridge-v5.sh
  22. 8
      ct/homepage-v5.sh
  23. 4
      ct/homer-v5.sh
  24. 8
      ct/hyperion-v5.sh
  25. 8
      ct/influxdb-v5.sh
  26. 8
      ct/iobroker-v5.sh
  27. 8
      ct/jellyfin-v5.sh
  28. 8
      ct/k0s-v5.sh
  29. 7
      ct/kavita-v5.sh
  30. 8
      ct/keycloak-v5.sh
  31. 4
      ct/lidarr-v5.sh
  32. 8
      ct/magicmirror-v5.sh
  33. 8
      ct/mariadb-v5.sh
  34. 8
      ct/meshcentral-v5.sh
  35. 8
      ct/motioneye-v5.sh
  36. 6
      ct/mqtt-v5.sh
  37. 8
      ct/n8n-v5.sh
  38. 8
      ct/navidrome-v5.sh
  39. 8
      ct/nextcloudpi-v5.sh
  40. 8
      ct/nginxproxymanager-v5.sh
  41. 8
      ct/nocodb-v5.sh
  42. 8
      ct/omada-v5.sh
  43. 8
      ct/omv-v5.sh
  44. 8
      ct/openhab-v5.sh
  45. 8
      ct/pihole-v5.sh
  46. 8
      ct/plex-v5.sh
  47. 8
      ct/podman-homeassistant-v5.sh
  48. 8
      ct/podman-v5.sh
  49. 8
      ct/postgresql-v5.sh
  50. 8
      ct/prometheus-v5.sh
  51. 4
      ct/prowlarr-v5.sh
  52. 4
      ct/radarr-v5.sh
  53. 4
      ct/readarr-v5.sh
  54. 8
      ct/rockylinux-v5.sh
  55. 4
      ct/sabnzbd-v5.sh
  56. 8
      ct/scrypted-v5.sh
  57. 8
      ct/shinobi-v5.sh
  58. 4
      ct/sonarr-v5.sh
  59. 8
      ct/syncthing-v5.sh
  60. 4
      ct/tdarr-v5.sh
  61. 8
      ct/technitiumdns-v5.sh
  62. 4
      ct/transmission-v5.sh
  63. 8
      ct/trilium-v5.sh
  64. 4
      ct/ubuntu-v5.sh
  65. 8
      ct/umbrel-v5.sh
  66. 8
      ct/unifi-v5.sh
  67. 8
      ct/uptimekuma-v5.sh
  68. 4
      ct/whisparr-v5.sh
  69. 8
      ct/whoogle-v5.sh
  70. 8
      ct/wikijs-v5.sh
  71. 4
      ct/yunohost-v5.sh
  72. 8
      ct/zigbee2mqtt-v5.sh
  73. 8
      ct/zwave-js-ui-v5.sh

@ -83,12 +83,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /opt/AdGuardHome ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -83,14 +83,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/alpine-release ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /etc/pacman.d ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,10 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Privileged${CL}"
CT_TYPE="0"

@ -82,13 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /root/.config/autobrr ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /opt/blocky/ ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /etc/docker ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/systemd/system/changedetection.service ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /etc/daemonsync ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/systemd/system/dashy.service ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,10 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/apt/sources.list.d/deconz.list ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using ${var_os} Version: ${BGN}${var_version}${CL}"
echo -e "${DGN}Using Container Type: ${BGN}Privileged${CL}"

@ -83,10 +83,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,10 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /opt/emby-server ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using ${var_os} Version: ${BGN}${var_version}${CL}"
echo -e "${DGN}Using Container Type: ${BGN}Privileged${CL}"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/apt/sources.list.d/emqx_emqx.list ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /usr/local/bin/esphome ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/apt/sources.list.d/grafana.list ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/apache2/sites-available/grocy.conf ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /opt/Heimdall ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/apt/sources.list.d/emqx_emqx.list ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/systemd/system/homepage.service ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,10 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/apt/sources.list.d/hyperion.list ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Privileged${CL}"
CT_TYPE="0"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/apt/sources.list.d/influxdb.list ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /opt/iobroker ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -83,14 +83,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /usr/lib/jellyfin ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using ${var_os} Version: ${BGN}${var_version}${CL}"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/k0s/k0s.yaml ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,13 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /opt/Kavita ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -83,14 +83,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/systemd/system/keycloak.service ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,10 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -83,14 +83,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /opt/magicmirror ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/apt/sources.list.d/mariadb.list ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /opt/meshcentral ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/systemd/system/motioneye.service ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -81,12 +81,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/apt/sources.list.d/mosquitto-bullseye.list ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -83,14 +83,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/systemd/system/n8n.service ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /opt/navidrome ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /lib/systemd/system/nextcloud-domain.service ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Privileged${CL}"
CT_TYPE="0"

@ -83,14 +83,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /lib/systemd/system/npm.service ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/systemd/system/nocodb.service ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /opt/tplink ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using ${var_os} Version: ${BGN}${var_version}${CL}"
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"

@ -83,14 +83,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/apt/sources.list.d/openmediavault.list ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Privileged${CL}"
CT_TYPE="0"

@ -83,14 +83,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/apt/sources.list.d/openhab.list ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /etc/pihole ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/apt/sources.list.d/plexmediaserver.list ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using ${var_os} Version: ${BGN}${var_version}${CL}"

@ -86,14 +86,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/systemd/system/homeassistant.service ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/containers/registries.conf ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/apt/sources.list.d/pgdg.list ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/systemd/system/prometheus.service ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,10 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,10 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,10 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -83,14 +83,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /etc/pacman.d ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,10 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -83,14 +83,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/systemd/system/scrypted.service ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /opt/Shinobi ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using ${var_os} Version: ${BGN}${var_version}${CL}"
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"

@ -82,10 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -83,14 +83,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/apt/sources.list.d/syncthing.list ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,10 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /etc/dns ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,10 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /opt/trilium/ ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,10 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
function default_settings() {
echo -e "${DGN}Using ${var_os} Version: ${BGN}${var_version}${CL}"
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /root/umbrel ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /usr/lib/unifi ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -83,14 +83,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /opt/uptime-kuma ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -83,10 +83,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /usr/local/bin/whoogle-search ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -83,14 +83,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /opt/wikijs ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -82,10 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}"
CT_TYPE="1"

@ -83,14 +83,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /opt/zigbee2mqtt ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Privileged${CL}"
CT_TYPE="0"

@ -82,14 +82,6 @@ function ARCH_CHECK() {
fi
}
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /opt/zwave-js-ui ]]; then
msg_error "No ${APP} Installation Found!";
exit
fi
function default_settings() {
echo -e "${DGN}Using Container Type: ${BGN}Privileged${CL}"
CT_TYPE="0"

Loading…
Cancel
Save