Download .dialogrc from my dotfiles repo
This commit is contained in:
parent
9286bd7f54
commit
32306cfe38
|
@ -595,7 +595,7 @@ runScript() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f "/etc/dialogrc" ]; then
|
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
|
mv .dialogrc /etc/dialogrc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue