[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#33134] [PATCH 4/5] guix-install.sh: Update welcome.
From: |
rsiddharth |
Subject: |
[bug#33134] [PATCH 4/5] guix-install.sh: Update welcome. |
Date: |
Fri, 2 Nov 2018 21:11:20 -0400 |
* etc/guix-install.sh (welcome): Don't prompt if AUTO_YN is set.
---
etc/guix-install.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/guix-install.sh b/etc/guix-install.sh
index c817b6dd8..9bf52db41 100755
--- a/etc/guix-install.sh
+++ b/etc/guix-install.sh
@@ -413,7 +413,7 @@ This script installs GNU Guix on your system
https://www.gnu.org/software/guix/
EOF
echo -n "Press return to continue..."
- read -N 1 -r ANSWER
+ [[ -n $AUTO_YN ]] || read -N 1 -r ANSWER
}
main()
--
2.19.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#33134] [PATCH 4/5] guix-install.sh: Update welcome.,
rsiddharth <=