commit 50dd04e5d677f8fae0bab36cfac4b70c45bac929 parent 34549fd5f891b1c94e6bea75069dc2184c4e8413 Author: gearsix <gearsix@tuta.io> Date: Mon, 26 Dec 2022 18:09:55 +0000 install.sh now calls -h Diffstat:
M | install.sh | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/install.sh b/install.sh @@ -90,7 +90,10 @@ install_yn () { printf "\tskipping...\n" ask=1 elif [[ $yn == "i" || $yn == "I" || $yn == "info" ]]; then - grep -i "description\|dependencies\|arguments\|depreciated" $script + echo "" + sh $(readlink -f $src) -h | sed 's/^/ /' + echo "" + #grep -i "description\|dependencies\|arguments\|depreciated" $script fi else install_script $src $dest