5 Star 29 Fork 10

hkmc / linuxpc_setup

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

搜索帮助