1
0
Fork 0

Split core into two, fix python3 nvim dep

main
Ambrose Chua 2018-04-01 19:39:42 +08:00
parent a05a317334
commit a87cc5ae13
3 changed files with 18 additions and 7 deletions

15
.install/archival.sh Executable file
View File

@ -0,0 +1,15 @@
#!/bin/sh
set -e
source ./.versions
echo
echo "Installing archival tools..."
echo
apk add --no-cache \
unzip \
zip \
tar \
xz

View File

@ -12,9 +12,4 @@ apk add --no-cache \
nano \
curl \
wget \
openssh-client \
unzip \
zip \
tar \
xz
openssh-client

View File

@ -18,7 +18,8 @@ apk add --no-cache --virtual .build-deps \
libtool \
unibilium-dev \
libtermkey-dev \
libvterm-dev
libvterm-dev \
python3
git clone https://github.com/neovim/neovim.git
cd neovim