diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1bbd695 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.sh text eol=lf +*.py text eol=lf diff --git a/ddistro_install.sh b/ddistro_install.sh index 57143ba..def860c 100755 --- a/ddistro_install.sh +++ b/ddistro_install.sh @@ -2,8 +2,8 @@ echo "=== CHIM XTTS Installation ===" echo "" -echo "NOTE: CHIM XTTS and Chatterbox use the same port (8020)." -echo " Only one can be enabled at a time." +echo "XTTS keeps its dedicated DwemerDistro port (8020)." +echo "Chatterbox uses 8023 and Python PocketTTS uses 8024." echo "" cd /home/dwemer/xtts-api-server