From 21b43ada0d15fb63ba7955a4a2b72f9789f1b1c0 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 9 May 2023 01:10:07 +0200 Subject: [PATCH] add reddit link --- arch.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch.sh b/arch.sh index a16c03b..4b923a0 100644 --- a/arch.sh +++ b/arch.sh @@ -403,7 +403,9 @@ main() { sudo systemctl enable avahi-daemon.service sudo systemctl start avahi-daemon.service - echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur." + printf "\nConcernant le Secure Boot, voici le tuto :" + echo "https://www.reddit.com/r/archlinux/comments/zo83gb/how_i_setup_secure_boot_for_arch_linux_simple/" + echo -e "\n\nInstallation terminée.\nIl faut redémarrer l'ordinateur." } if grep "archlinux" /proc/version > /dev/null;