From c617af98cef6f4d98d0e8ff3f7cc1f4ffcb00b0f Mon Sep 17 00:00:00 2001 From: Callum Leslie Date: Sat, 9 Jul 2022 12:57:12 +0100 Subject: [PATCH] fix: closed the if and removed duplicate sentence --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4eae0ae..782069d 100644 --- a/install.sh +++ b/install.sh @@ -117,9 +117,10 @@ function install_playwright(){ python3 -m playwright install python3 -m playwright install-deps # give a note - printfNote, if these gave any errors, playwright may not be officially supported on your OS, check this issues page for support\nhttps://github.com/microsoft/playwright/issues "Note, if these gave any errors, playwright may not be officially supported on your OS, check this issues page for support\nhttps://github.com/microsoft/playwright/issues\n" + printf "Note, if these gave any errors, playwright may not be officially supported on your OS, check this issues page for support\nhttps://github.com/microsoft/playwright/issues" if [ -x "$(command -v pacman)" ]; then printf "It seems you are on and Arch based distro.\nTry installing these from the AUR for playwright to run:\nenchant1.6\nicu66\nlibwebp052\n" + fi cd .. }