From 97fb76f87013c61635b377f79fed4f3c1ea38c8c Mon Sep 17 00:00:00 2001 From: Danny Ben Shitrit Date: Wed, 17 Sep 2025 15:54:53 +0000 Subject: [PATCH] - Update setup to set 755 on the executable --- setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup b/setup index bd772e8..a9d336c 100755 --- a/setup +++ b/setup @@ -24,7 +24,7 @@ fuzzy_cd_setup() { curl_command="curl -s https://raw.githubusercontent.com/DannyBen/fuzzycd/master/fuzzycd > /usr/local/bin/fuzzycd" $sudo bash -c "$curl_command" - $sudo chmod a+x /usr/local/bin/fuzzycd + $sudo chmod 755 /usr/local/bin/fuzzycd } patch_startup_files() {