1 Star 0 Fork 1

办公助手 / apk自动安装

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
uninstall.sh 320 Bytes
一键复制 编辑 原始数据 按行查看 历史
办公助手 提交于 2021-06-04 15:14 . 新增卸载程序
#! /bin/bash
## author:办公助手
## 用于在kbox中自动安装本地apk文件
## 欢迎关注公众号"国产化办公助手",为您提供最简单实用的uos操作系统实用技巧
echo ‘删除桌面文件夹’
rm -f ~/Desktop/android
echo ‘卸载kbox及相关依赖’
sudo dpkg -P console-setup kbox
Shell
1
https://gitee.com/uos-assist/apk-auto-install.git
git@gitee.com:uos-assist/apk-auto-install.git
uos-assist
apk-auto-install
apk自动安装
master

搜索帮助