mirror of
https://github.com/macocianradu/setup.git
synced 2026-03-19 05:10:03 +00:00
changed tar command
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -14,7 +14,6 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
|||||||
/usr/
|
/usr/
|
||||||
elif [[ "$OSTYPE" == "darwin"* ]]; then
|
elif [[ "$OSTYPE" == "darwin"* ]]; then
|
||||||
curl -LO https://github.com/neovim/neovim/releases/download/nightly/nvim-macos-arm64.tar.gz
|
curl -LO https://github.com/neovim/neovim/releases/download/nightly/nvim-macos-arm64.tar.gz
|
||||||
mkdir ~/Applications/nvim
|
|
||||||
tar xzf nvim-macos-arm64.tar.gz
|
tar xzf nvim-macos-arm64.tar.gz
|
||||||
mv nvim-macos-arm64.tar.gz ~/Applications/nvim/
|
mv nvim-macos-arm64.tar.gz ~/Applications/nvim/
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user