screenFetch icon indicating copy to clipboard operation
screenFetch copied to clipboard

Add pacman if-branch for Git Bash

Open yanorei32 opened this issue 2 years ago • 0 comments

This patch fixes pacman: command not found issue in Git for Windows.

This PR is separated. ( #758 and #759 )

Please refer Packages section of https://github.com/KittyKatt/screenFetch/issues/606#issuecomment-1399430320

Expected patched (#758 + this) behaviour in Git Bash

curl -sL https://github.com/yanorei32/screenFetch/raw/msys-cygwin-patch-combined/screenfetch-dev | bash

Expected patched (this PR only) behaviour in Git Bash

image

curl -sL https://github.com/yanorei32/screenFetch/raw/fix-git-for-windows-pacman-issue/screenfetch-dev | bash

Actual behaviour in Git Bash

image

yanorei32 avatar Jan 22 '23 08:01 yanorei32