Get dialogrc

This commit is contained in:
Santiago Lo Coco 2022-01-29 12:17:08 -03:00
parent 7ab5066862
commit fb2b3f79e4
1 changed files with 5 additions and 0 deletions

View File

@ -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