fix: closed the if and removed duplicate sentence

pull/937/head
Callum Leslie 2 years ago
parent 6808345f41
commit c617af98ce
No known key found for this signature in database
GPG Key ID: D382C4AFEECEAA90

@ -117,9 +117,10 @@ function install_playwright(){
python3 -m playwright install python3 -m playwright install
python3 -m playwright install-deps python3 -m playwright install-deps
# give a note # 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 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" 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 .. cd ..
} }

Loading…
Cancel
Save