通常情况下,按照官方的方法直接curl安装chromebrew会报错,而解决办法是删除某个文件夹,但是这会导致Linux子系统的不可用,所以我来分享下怎么使子系统与crew共存。
以下是教程步骤
前往https://github.com/chromebrew/chromebrew
点击绿色的“Code”按钮,选择下载zip
或者点击此链接下载
https://github.com/chromebrew/chromebrew/archive/refs/heads/master.zip
然后
ctrl+alt+t
shell
cd ~/Downloads
unzip chromebrew-master.zip
cd chromebrew-master.zip
sudo chmod +777 install.sh
bash install.sh
如果报错就再执行一遍bash install.sh
然后就能了用了
我测试安装火狐和edge没问题