mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 18:14:40 +02:00
Add compatibility with Artix Linux (Arch derivative) (#306)
This commit is contained in:
parent
eb12e64058
commit
9bd32d7f95
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@ installnode() {
|
|||
[ "$(uname)" == "Darwin" ] && installnodemac
|
||||
[ -n "$(uname -a | grep Ubuntu)" ] && installnodeubuntu
|
||||
[ -f "/etc/arch-release" ] && installnodearch
|
||||
[ -f "/etc/artix-release" ] && installnodearch
|
||||
[ -f "/etc/fedora-release" ] && installnodefedora
|
||||
[ "$(expr substr $(uname -s) 1 10)" == "MINGW64_NT" ] && echo "Windows not currently supported"
|
||||
sudo npm i -g neovim
|
||||
|
@ -136,6 +137,7 @@ installextrapackages() {
|
|||
[ "$(uname)" == "Darwin" ] && installonmac
|
||||
[ -n "$(uname -a | grep Ubuntu)" ] && installonubuntu
|
||||
[ -f "/etc/arch-release" ] && installonarch
|
||||
[ -f "/etc/artix-release" ] && installonarch
|
||||
[ -f "/etc/fedora-release" ] && installonfedora
|
||||
[ "$(expr substr $(uname -s) 1 10)" == "MINGW64_NT" ] && echo "Windows not currently supported"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue