1 Star 0 Fork 10

不林 / linuxpc_setup

forked from hkmc / linuxpc_setup 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
install_oem.sh 273 Bytes
一键复制 编辑 原始数据 按行查看 历史
mmssddss 提交于 2020-11-21 18:18 . remove edge
install_oem() {
echo "正在准备安装 OEM"
sudo apt install linux-oem-20.04
# sudo apt install linux-oem-20.04-edge
echo "OEM 安装完成, 正在准备重启你的电脑, 5s 倒计时"
sleep 5
sudo reboot
}
__main() {
install_oem
}
__main
Shell
1
https://gitee.com/bulindaifeng/linuxpc_setup.git
git@gitee.com:bulindaifeng/linuxpc_setup.git
bulindaifeng
linuxpc_setup
linuxpc_setup
master

搜索帮助