From 33b26987372052da74d752eac4433821ad7ffbdc Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Sat, 19 Oct 2024 17:36:52 +0200 Subject: [PATCH] build: Run fish-install.fish from same directory as wherever all-install.sh is in --- all-install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/all-install.sh b/all-install.sh index 82d9306..8dc42ca 100755 --- a/all-install.sh +++ b/all-install.sh @@ -3,6 +3,8 @@ set -euxo pipefail # apt|dnf-install.sh has DNF RPM / APT DEB packages, this is everything else +DIR="$(realpath $(dirname "$0"))" + [ -s /usr/bin/nano ] || [ -s "$HOME"/bin/nano ] || "$(dirname "$0")"/install-nano.sh # see https://github.com/jorgebucaran/fisher/issues/742 @@ -10,7 +12,7 @@ set -euxo pipefail # and https://github.com/orgs/community/discussions/35527 exec