# Linux Script **Repository Path**: guaicai/Linux-Script ## Basic Information - **Project Name**: Linux Script - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-13 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Linux Script 目前所有脚本都是在Centos7 下测试使用的 - 安装中文字体 ``` curl https://gitee.com/guaicai/Linux-Script/raw/master/font-chinese.sh | sh ``` - 安装python3.6 ``` curl https://gitee.com/guaicai/Linux-Script/raw/master/install-python36.sh | sh ``` - 安装Chrome ``` curl https://gitee.com/guaicai/Linux-Script/raw/master/google-chrome.sh | sh ```