Skip to content

Commit

Permalink
support: alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
xuthus5 committed Jun 11, 2021
1 parent 618f9c3 commit e6ceca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function compile_vim_on_alpine()
--enable-cscope \
--prefix=/usr
make
sudo make install
make install
cd -
}

Expand Down Expand Up @@ -320,7 +320,7 @@ function install_prepare_software_on_android()
# 安装alpine必备软件 需要更换源
function install_prepare_software_on_alpine()
{
sudo sed -i "s/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g" /etc/apk/repositories
sed -i "s/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g" /etc/apk/repositories

version=$(get_alpine_version)

Expand Down

0 comments on commit e6ceca2

Please sign in to comment.