chore(install): 更新安装脚本以使用新的学习爬虫仓库
- 将 vim-plug 下载链接替换为学习爬虫仓库的 install.sh - 添加 start.sh、update.sh 和 uninstall.sh 脚本的下载 - 移除旧的 python 执行命令 - 更新自动化安装流程到新的源地址
This commit is contained in:
parent
1e06cccd87
commit
e16889d4a9
|
|
@ -1,4 +1,4 @@
|
|||
wget https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
wget https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
wget https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
wget https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
wget https://git.nps.crabapples.cn/crabapples/learn-spider/raw/branch/main/sh/install.sh
|
||||
wget https://git.nps.crabapples.cn/crabapples/learn-spider/raw/branch/main/sh/start.sh
|
||||
wget https://git.nps.crabapples.cn/crabapples/learn-spider/raw/branch/main/sh/update.sh
|
||||
wget https://git.nps.crabapples.cn/crabapples/learn-spider/raw/branch/main/sh/uninstall.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue