From 944cc130553aeefe6f7321a02193a844e2e2e8a8 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Mon, 8 Feb 2021 11:40:43 -0500 Subject: [PATCH] Add a note --- bin/update-msys-shell | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/update-msys-shell b/bin/update-msys-shell index 58fd88c..a9aebab 100644 --- a/bin/update-msys-shell +++ b/bin/update-msys-shell @@ -1,5 +1,8 @@ #!/usr/bin/env bash +# If you're getting signature errors, check out https://www.msys2.org/news/#2020-06-29-new-packagers +# and/or other news posts. + source "$HOME/.dotfiles/script_helpers/printing.sh" source "$HOME/.dotfiles/script_helpers/platform.sh"