Get dialogrc
This commit is contained in:
parent
7ab5066862
commit
fb2b3f79e4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue