Download .dialogrc from my dotfiles repo
This commit is contained in:
parent
9286bd7f54
commit
32306cfe38
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue