From fb2b3f79e471e6ca5949f9490df8515ce084ab0b Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sat, 29 Jan 2022 12:17:08 -0300 Subject: [PATCH] Get dialogrc --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) 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