4 Star 8 Fork 4

爱折腾智能机器人/commands

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install_cubic.sh 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
爱折腾智能机器人 提交于 2023-03-07 18:03 +08:00 . add shell i18n
#!/bin/bash
################################################
# Function : Install cubic
# Desc : 用于安装自定义镜像软件Cubic的脚本
# Platform : ubuntu
# Version : 1.0
# Date : 2022-11-21
# Author : ncnynl
# Contact : 1043931@qq.com
# URL: https://ncnynl.com
# Licnese: MIT
# QQ Qun: 创客智造B群:926779095
# QQ Qun: 创客智造C群:937347681
# QQ Qun: 创客智造D群:562093920
################################################
export TEXTDOMAINDIR=/usr/share/locale
export TEXTDOMAIN=commands
echo "$(gettext "Install cubic")"
#usage:https://www.ncnynl.com/archives/202210/5484.html
echo "Add Cubic ppa"
sudo apt-add-repository ppa:cubic-wizard/release
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6494C6D6997C215E
echo "Install cubic"
sudo apt update && sudo apt install cubic -y
echo "Create cubic folders"
if [ ! -d ~/cubic/iso ];then
echo "iso folder for downloading ubuntu origin iso"
mkdir -p ~/cubic/iso
echo "build folder for creating custom new iso"
mkdir -p ~/cubic/build
fi
echo "Cubic Installed successfully!"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
其他
1
https://gitee.com/ncnynl/commands.git
git@gitee.com:ncnynl/commands.git
ncnynl
commands
commands
master

搜索帮助