# Homebrew国内源(中科大)一键安装脚本 **Repository Path**: wejectchan/brew ## Basic Information - **Project Name**: Homebrew国内源(中科大)一键安装脚本 - **Description**: Homebrew国内源(中科大)一键安装脚本,飞快安装 - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: https://wejectchan.gitee.io/brew/ - **GVP Project**: No ## Statistics - **Stars**: 32 - **Forks**: 9 - **Created**: 2021-03-11 - **Last Updated**: 2024-05-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Homebrew 国内源(中科大)一键安装脚本 #### 介绍 Homebrew 国内源(中科大)一键安装脚本,飞快安装 - 一键安装(**直接复制到 `terminal` 运行**) ``` /bin/bash -c "$(curl -fsSL https://gitee.com/wejectchan/brew/raw/master/install.sh)" ``` - 一键卸载(**直接复制到 `terminal` 运行**) ``` /bin/bash -c "$(curl -fsSL https://gitee.com/wejectchan/brew/raw/master/uninstall.sh)" ``` 具体参照: [https://wejectchan.gitee.io/brew/](https://wejectchan.gitee.io/brew/)