From 5466c898b4ff0d33707e56b08ee17e145cc141d6 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Tue, 15 Aug 2023 20:57:14 +0500 Subject: [zsh] Fix eget installation --- files/.zsh/rc/S20_eget | 1 + 1 file changed, 1 insertion(+) (limited to 'files/.zsh') diff --git a/files/.zsh/rc/S20_eget b/files/.zsh/rc/S20_eget index 881f7dd..0a0aa26 100644 --- a/files/.zsh/rc/S20_eget +++ b/files/.zsh/rc/S20_eget @@ -11,6 +11,7 @@ function () { unset -f eget temp_file=$(mktemp) trap 'rm -f "$temp_file"' EXIT + mkdir -p "$(dirname "$__EGET_LOCATION")" curl -o "$temp_file" "$EGET_SCRIPT_URL" echo "$EGET_SCRIPT_CHECKSUM $temp_file" | shasum --algorithm 256 --check --quiet (cd $(dirname "$__EGET_LOCATION") && sh "$temp_file") -- cgit v1.2.3