wip
This commit is contained in:
parent
d6ba8c65b3
commit
f8288b8893
1 changed files with 0 additions and 10 deletions
10
neovim.sh
10
neovim.sh
|
@ -34,16 +34,6 @@
|
||||||
echo_warning "cleaned $import"
|
echo_warning "cleaned $import"
|
||||||
}
|
}
|
||||||
|
|
||||||
checkAndInstall() {
|
|
||||||
for deps in "$@"; do
|
|
||||||
if ! command_exists $deps; then
|
|
||||||
_install "$deps"
|
|
||||||
else
|
|
||||||
echo_note "skipping $deps - as it's already installed.."
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
installBuildDependencies() {
|
installBuildDependencies() {
|
||||||
local depsDebian=(ninja-build gettext cmake curl build-essential)
|
local depsDebian=(ninja-build gettext cmake curl build-essential)
|
||||||
local depsFedora=(ninja-build cmake gcc make gettext curl glibc-gconv-extra)
|
local depsFedora=(ninja-build cmake gcc make gettext curl glibc-gconv-extra)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue