# linux_script **Repository Path**: proteam-x/linux_script ## Basic Information - **Project Name**: linux_script - **Description**: scripts use for linux - **Primary Language**: Shell - **License**: WTFPL - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-25 - **Last Updated**: 2021-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # linux_script #### 介绍 scripts use for linux #### MIP_init_openEuler.sh 在openEuler上初始化并安装iSulad和isula-build #### 使用说明 1. clone 并赋予执行权限 ```shell git clone https://gitee.com/motoko/linux_script.git cd linux_script sudo chmod +x MIP_init_openEuler.sh ``` 2. 运行初始化脚本 ```shell sh -x ./MIP_init_openEuler.sh ``` #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request