From 32306cfe38ff25b6662779dc16d71f52f32d0a96 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sat, 29 Jan 2022 18:18:23 -0300 Subject: [PATCH] Download .dialogrc from my dotfiles repo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 366454e..7240d1c 100755 --- a/install.sh +++ b/install.sh @@ -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