瀏覽代碼

immediately enforce disable IPv6 (#993)

tteckster 2 年之前
父節點
當前提交
1a8a13423c
共有 77 個文件被更改,包括 231 次插入154 次删除
  1. 3 2
      install/adguard-v5-install.sh
  2. 3 2
      install/autobrr-v5-install.sh
  3. 3 2
      install/blocky-v5-install.sh
  4. 3 2
      install/casaos-v5-install.sh
  5. 3 2
      install/changedetection-v5-install.sh
  6. 3 2
      install/cronicle-v5-install.sh
  7. 3 2
      install/daemonsync-v5-install.sh
  8. 3 2
      install/dashy-v5-install.sh
  9. 3 2
      install/debian-v5-install.sh
  10. 3 2
      install/deconz-v5-install.sh
  11. 3 2
      install/deluge-v5-install.sh
  12. 3 2
      install/docker-v5-install.sh
  13. 3 2
      install/emby-v5-install.sh
  14. 3 2
      install/emqx-v5-install.sh
  15. 3 2
      install/esphome-v5-install.sh
  16. 3 2
      install/grafana-v5-install.sh
  17. 3 2
      install/grocy-v5-install.sh
  18. 3 2
      install/heimdalldashboard-v5-install.sh
  19. 3 2
      install/homeassistant-core-v5-install.sh
  20. 3 2
      install/homeassistant-v5-install.sh
  21. 3 2
      install/homebridge-v5-install.sh
  22. 3 2
      install/homepage-v5-install.sh
  23. 3 2
      install/homer-v5-install.sh
  24. 3 2
      install/hyperion-v5-install.sh
  25. 3 2
      install/influxdb-v5-install.sh
  26. 3 2
      install/iobroker-v5-install.sh
  27. 3 2
      install/jellyfin-v5-install.sh
  28. 3 2
      install/k0s-v5-install.sh
  29. 3 2
      install/kavita-v5-install.sh
  30. 3 2
      install/keycloak-v5-install.sh
  31. 3 2
      install/lidarr-v5-install.sh
  32. 3 2
      install/magicmirror-v5-install.sh
  33. 3 2
      install/mariadb-v5-install.sh
  34. 3 2
      install/meshcentral-v5-install.sh
  35. 3 2
      install/motioneye-v5-install.sh
  36. 3 2
      install/mqtt-v5-install.sh
  37. 3 2
      install/n8n-v5-install.sh
  38. 3 2
      install/navidrome-v5-install.sh
  39. 3 2
      install/nextcloudpi-v5-install.sh
  40. 3 2
      install/nginxproxymanager-v5-install.sh
  41. 3 2
      install/nocodb-v5-install.sh
  42. 3 2
      install/node-red-v5-install.sh
  43. 3 2
      install/omada-v5-install.sh
  44. 3 2
      install/omv-v5-install.sh
  45. 3 2
      install/openhab-v5-install.sh
  46. 3 2
      install/paperless-ngx-v5-install.sh
  47. 3 2
      install/photoprism-v5-install.sh
  48. 3 2
      install/pihole-v5-install.sh
  49. 3 2
      install/plex-v5-install.sh
  50. 3 2
      install/podman-homeassistant-v5-install.sh
  51. 3 2
      install/podman-v5-install.sh
  52. 3 2
      install/postgresql-v5-install.sh
  53. 3 2
      install/prometheus-v5-install.sh
  54. 3 2
      install/prowlarr-v5-install.sh
  55. 3 2
      install/radarr-v5-install.sh
  56. 3 2
      install/readarr-v5-install.sh
  57. 3 2
      install/sabnzbd-v5-install.sh
  58. 3 2
      install/scrypted-v5-install.sh
  59. 3 2
      install/shinobi-v5-install.sh
  60. 3 2
      install/sonarr-v5-install.sh
  61. 3 2
      install/syncthing-v5-install.sh
  62. 3 2
      install/tdarr-v5-install.sh
  63. 3 2
      install/technitiumdns-v5-install.sh
  64. 3 2
      install/transmission-v5-install.sh
  65. 3 2
      install/trilium-v5-install.sh
  66. 3 2
      install/ubuntu-v5-install.sh
  67. 3 2
      install/umbrel-v5-install.sh
  68. 3 2
      install/unifi-v5-install.sh
  69. 3 2
      install/uptimekuma-v5-install.sh
  70. 3 2
      install/vaultwarden-v5-install.sh
  71. 3 2
      install/whisparr-v5-install.sh
  72. 3 2
      install/whoogle-v5-install.sh
  73. 3 2
      install/wikijs-v5-install.sh
  74. 3 2
      install/wireguard-v5-install.sh
  75. 3 2
      install/yunohost-v5-install.sh
  76. 3 2
      install/zigbee2mqtt-v5-install.sh
  77. 3 2
      install/zwave-js-ui-v5-install.sh

+ 3 - 2
install/adguard-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/autobrr-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/blocky-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/casaos-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/changedetection-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/cronicle-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/daemonsync-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/dashy-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/debian-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/deconz-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/deluge-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/docker-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/emby-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/emqx-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/esphome-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/grafana-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/grocy-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/heimdalldashboard-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/homeassistant-core-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/homeassistant-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/homebridge-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/homepage-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/homer-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/hyperion-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/influxdb-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/iobroker-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/jellyfin-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/k0s-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/kavita-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -14,7 +15,7 @@ CROSS="${RD}✗${CL}"
 BFR="\\r\\033[K"
 BFR="\\r\\033[K"
 HOLD="-"
 HOLD="-"
 
 
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/keycloak-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/lidarr-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/magicmirror-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
         trap - ERR
         trap - ERR
         local reason="Unknown failure occurred."
         local reason="Unknown failure occurred."

+ 3 - 2
install/mariadb-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/meshcentral-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/motioneye-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/mqtt-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/n8n-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/navidrome-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/nextcloudpi-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/nginxproxymanager-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/nocodb-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/node-red-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/omada-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/omv-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 export DEBIAN_FRONTEND=noninteractive
 export DEBIAN_FRONTEND=noninteractive
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
@@ -21,7 +22,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/openhab-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/paperless-ngx-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
 	trap - ERR
 	trap - ERR
 	local reason="Unknown failure occurred."
 	local reason="Unknown failure occurred."

+ 3 - 2
install/photoprism-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 AVX=$(grep -o -m1 'avx[^ ]*' /proc/cpuinfo)
 AVX=$(grep -o -m1 'avx[^ ]*' /proc/cpuinfo)
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
@@ -21,7 +22,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/pihole-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 export DEBIAN_FRONTEND=noninteractive
 export DEBIAN_FRONTEND=noninteractive
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
@@ -21,7 +22,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/plex-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/podman-homeassistant-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/podman-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/postgresql-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/prometheus-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/prowlarr-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/radarr-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/readarr-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/sabnzbd-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/scrypted-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/shinobi-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/sonarr-v5-install.sh

@@ -1,7 +1,8 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
 export DEBIAN_FRONTEND=noninteractive
 export DEBIAN_FRONTEND=noninteractive
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -21,7 +22,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/syncthing-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/tdarr-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/technitiumdns-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/transmission-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/trilium-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/ubuntu-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/umbrel-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/unifi-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 #https://community.ui.com/questions/UniFi-Installation-Scripts-or-UniFi-Easy-Update-Script-or-UniFi-Lets-Encrypt-or-UniFi-Easy-Encrypt-/ccbc7530-dd61-40a7-82ec-22b17f027776
 #https://community.ui.com/questions/UniFi-Installation-Scripts-or-UniFi-Easy-Update-Script-or-UniFi-Lets-Encrypt-or-UniFi-Easy-Encrypt-/ccbc7530-dd61-40a7-82ec-22b17f027776
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
@@ -21,7 +22,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/uptimekuma-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/vaultwarden-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/whisparr-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/whoogle-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/wikijs-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/wireguard-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/yunohost-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/zigbee2mqtt-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."

+ 3 - 2
install/zwave-js-ui-v5-install.sh

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+silent() { "$@" > /dev/null 2>&1; }
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
 if [ "$VERBOSE" == "yes" ]; then set -x; fi
-if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
+if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; $STD sysctl -p; fi
 YW=$(echo "\033[33m")
 YW=$(echo "\033[33m")
 RD=$(echo "\033[01;31m")
 RD=$(echo "\033[01;31m")
 BL=$(echo "\033[36m")
 BL=$(echo "\033[36m")
@@ -20,7 +21,7 @@ set -o pipefail
 shopt -s expand_aliases
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 alias die='EXIT=$? LINE=$LINENO error_exit'
 trap die ERR
 trap die ERR
-silent() { "$@" > /dev/null 2>&1; }
+
 function error_exit() {
 function error_exit() {
   trap - ERR
   trap - ERR
   local reason="Unknown failure occurred."
   local reason="Unknown failure occurred."