Small fixes

This commit is contained in:
2022-12-22 11:54:12 +01:00
parent 6070a188fc
commit 6729254288
2 changed files with 2 additions and 0 deletions

View File

@@ -132,6 +132,7 @@ step_14() {
step_100_info() { echo "Installation notes"; } step_100_info() { echo "Installation notes"; }
step_100_alias() { echo "notes"; } step_100_alias() { echo "notes"; }
step_100_noconf=
step_100() { step_100() {
color green color green
cat <<COTURN_EOF cat <<COTURN_EOF

View File

@@ -16,6 +16,7 @@ toolDeps2+=" libmath-round-perl"
toolDeps2+=" libsoap-lite-perl libjson-xs-perl" toolDeps2+=" libsoap-lite-perl libjson-xs-perl"
# for xmpp support (no special solution needed for raspbian buster) # for xmpp support (no special solution needed for raspbian buster)
toolDepsJabber=" libnet-xmpp-perl libxml-stream-perl libnet-jabber-perl" toolDepsJabber=" libnet-xmpp-perl libxml-stream-perl libnet-jabber-perl"
aptOpt=
#step_config() { #step_config() {
# echo "Called once before executing steps." # echo "Called once before executing steps."