Install Zellij and dolt manually

This commit is contained in:
Ohad Livne 2025-06-04 22:46:11 +03:00
parent c1de0b9ade
commit b1f7856064
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#! /usr/bin/sh
mkdir -p ~/.local/bin
curl --location https://github.com/dolthub/dolt/releases/latest/download/dolt-linux-amd64.tar.gz | tar xz --directory="${HOME}"/.local/bin/ --strip-components=2 dolt-linux-amd64/bin/dolt

View file

@ -0,0 +1,3 @@
#! /usr/bin/sh
cargo install zellij