Download .dialogrc from my dotfiles repo

This commit is contained in:
Santiago Lo Coco 2022-01-29 18:18:23 -03:00
parent 9286bd7f54
commit 32306cfe38
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ runScript() {
fi
if [ ! -f "/etc/dialogrc" ]; then
curl -LO "https://raw.githubusercontent.com/santilococo/calsais/master/.dialogrc" 2>&1 | debug
curl -LO "https://raw.githubusercontent.com/santilococo/cdotfis/master/dotfiles/.dialogrc" 2>&1 | debug
mv .dialogrc /etc/dialogrc
fi