archlinux 更新 chrome 但是 PKGBUILD source 被墙
问题
- archlinux 安装 chrome 但是 PKGBUILD source 被墙
- 懒得再搞命令行代理 proxy
解决
- chrome 的deb倒是好搞, 但是PKGBUILD的source好像对本地文件路径不支持
- 改http路径
http-server is a simple, zero-configuration command-line http server. It is powerful enough for production usage, but it’s simple and hackable enough to be used for testing, local development, and learning.
命令
npm install -g http-server
cd chromeDebDir
http-server
重来yaourt时
source=(‘chrome::http://localhost:8080/google-chrome-unstable_current_amd64.deb‘)