diff --git a/install.sh b/install.sh index de5b5ea..cd20b91 100755 --- a/install.sh +++ b/install.sh @@ -570,6 +570,11 @@ runScript() { exit 0 fi + if [ ! -f "/etc/dialogrc" ]; then + curl -LO "https://raw.githubusercontent.com/santilococo/calsais/master/.dialogrc" 2>&1 | debug + mv .dialogrc /etc/dialogrc + fi + i=0; found=false loadVar "lastStep" if [ -n "$lastStep" ]; then