From cbe8906073ebcdf460dce18613b44e0ef3d02f08 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Thu, 13 Apr 2023 04:26:09 -0400 Subject: [PATCH] [F] Fix #82 winget stuck on agreement --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 100df52b..d283e67e 100755 --- a/neofetch +++ b/neofetch @@ -2077,7 +2077,7 @@ get_packages() { has choco && dir "$ProgramData"/chocolatey/lib/* # Count winget - has winget && tot winget list + has winget && tot winget list --accept-source-agreements ;; Haiku)