mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
fix: linux installers
This commit is contained in:
@@ -118,8 +118,8 @@ if [[ ! -f $(which delta) ]]; then
|
||||
if is_mac; then
|
||||
platform_install git-delta
|
||||
else
|
||||
tmpf=$(mktemp)/delta.deb
|
||||
curl -L https://github.com/dandavison/delta/releases/download/0.17.0/git-delta_0.17.0_amd64.deb > $tmpf
|
||||
tmpf=$(mktemp -d)/delta.deb
|
||||
curl -L https://github.com/dandavison/delta/releases/download/0.17.0/git-delta_0.17.0_amd64.deb -o $tmpf
|
||||
dpkg -i $tmpf
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user