Skip to content

Commit 82ca5b3

Browse files
committed
refactor: download to tmp
1 parent 0bc9607 commit 82ca5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git-delta/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ DELTA_VERSION="${VERSION:-0.18.2}"
2626
DELTA_ARCH="$(get_architecture)"
2727
DELTA_DOWNLOAD_URL="https://github.com/dandavison/delta/releases/download/${DELTA_VERSION}/git-delta_${DELTA_VERSION}_${DELTA_ARCH}.deb"
2828

29-
DELTA_PACKAGE_FILE="git-delta.deb"
29+
DELTA_PACKAGE_FILE="/tmp/git-delta.deb"
3030

3131
curl -fsSL "${DELTA_DOWNLOAD_URL}" -o "${DELTA_PACKAGE_FILE}"
3232
sudo dpkg -i "${DELTA_PACKAGE_FILE}"

0 commit comments

Comments
 (0)