From fd87ae0a95e8f3117eb705a390a7bae0c9a03a04 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 21 Jul 2023 11:12:10 +0200 Subject: [PATCH] add title --- usr/bin/archboot-pacsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-pacsetup.sh b/usr/bin/archboot-pacsetup.sh index c3b118926..e8c22970b 100755 --- a/usr/bin/archboot-pacsetup.sh +++ b/usr/bin/archboot-pacsetup.sh @@ -41,7 +41,7 @@ _select_mirror() { _enable_testing() { if ! grep -q "^\[.*testing\]" /etc/pacman.conf; then _DOTESTING="" - _dialog --title " [core-testing] And [extra-testing] " --defaultno --yesno "Do you want to enable [*-testing] repositories?\n\nOnly enable this if you need latest\navailable packages for testing purposes!" 9 50 && _DOTESTING=1 + _dialog --title " Testing Repositories " --defaultno --yesno "Do you want to enable testing repositories?\n\nOnly enable this if you need latest\navailable packages for testing purposes!" 8 50 && _DOTESTING=1 if [[ -n "${_DOTESTING}" ]]; then sed -i -e '/^#\[core-testing\]/ { n ; s/^#// }' /etc/pacman.conf sed -i -e '/^#\[extra-testing\]/ { n ; s/^#// }' /etc/pacman.conf