Give progress on download

This commit is contained in:
David Heinemeier Hansson 2024-06-04 14:49:04 -07:00
parent 67864edec2
commit 91b66e27eb

View File

@ -1,5 +1,5 @@
cd ~/Downloads
curl -sLo zellij.tar.gz "https://github.com/zellij-org/zellij/releases/latest/download/zellij-x86_64-unknown-linux-musl.tar.gz"
wget -O zellij.tar.gz "https://github.com/zellij-org/zellij/releases/latest/download/zellij-x86_64-unknown-linux-musl.tar.gz"
tar -xf zellij.tar.gz zellij
sudo install zellij /usr/local/bin
rm zellij.tar.gz