9 Commits

Author SHA1 Message Date
nasseef20
351ab03c49
neofetch: Enclose script name in double quotes (#3114)
* Escape single quotes and spaces in the path of neofetch fed as an argument to bash.exe in "pre_install" property

Many windows usernames contain spaces or single quotes/apostrophe. I accidentally have an apostrophe (') in my username. As a result neofetch fails to run as mentioned in detail [here](https://github.com/dylanaraps/neofetch/issues/2002#issue-1084846469)

I discovered that the fix to this issue is to surround the path of the neofetch script being passed as an argument to bash.exe in double-quotes. This would escape spaces and single quotes in username. Windows does not allow double quotes or backslashes in usernames, so there is no need to consider those.

This is the updated working script: https://pastebin.com/J0zTeNAw
I tried to escape my double quotes in the json file with backslashes, please check if it corresponds to my intent.

* Update neofetch.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2021-12-21 19:23:18 +05:30
David Wettstein
cf72f64036
neofetch: Fix issue with locating git (#2729)
* neofetch: Fix issue with locating git

Fixes #1579

* neofetch: simplify and leverage scoop which
2021-10-08 15:09:12 +02:00
Jakub Čábera
c796dbc395 argocd: Update to version 1.8.3
format
2021-01-22 07:52:17 +01:00
Jakub Čábera
ef1ed4f61b neofetch: Update to version 7.1.0 2020-08-02 21:24:19 +02:00
Richard Kuhnt
ce383feb19 neofetch: Update to version 7.0.0 2020-03-08 11:01:48 +00:00
Richard Kuhnt
868690f798 neofetch: Update to version 6.1.0 2019-08-31 06:00:15 +00:00
Ross Smith II
ee582418a3 Add 25 descriptions (3 of 7) 2019-08-14 18:45:50 -07:00
Ross Smith II
30ddfe9b40 neofetch: fix autoupdate URL 2019-06-17 14:33:56 -07:00
h404bi
ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00