From 975b2e1280fa2396db957371f7061806f2c450eb Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Mon, 18 Nov 2024 00:41:22 -0500 Subject: [PATCH] extra: tools: Set neofetch hashbang correctly --- tools/neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/neofetch b/tools/neofetch index 219bd8f..800cd7f 100644 --- a/tools/neofetch +++ b/tools/neofetch @@ -1,4 +1,4 @@ -#!/system_ext/bin/bash +#!/system/xbin/bash # vim: noai:ts=4:sw=4:expandtab # shellcheck source=/dev/null # shellcheck disable=2009