1 Star 0 Fork 0

LinRaise/termux-adb-fastboot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install.sh 561 Bytes
一键复制 编辑 原始数据 按行查看 历史
rendiix 提交于 2021-09-25 21:46 +08:00 . update platform-tools-31.0.3
#!/data/data/com.termux/files/usr/bin/bash
apt-get update
apt-get --assume-yes upgrade
apt-get --assume-yes install coreutils gnupg wget
if [ ! -f "$PREFIX/etc/apt/sources.list.d/rendiix.list" ]; then
mkdir -p $PREFIX/etc/apt/sources.list.d
echo -e "deb https://rendiix.github.io android-tools termux" > $PREFIX/etc/apt/sources.list.d/rendiix.list
wget -qP $PREFIX/etc/apt/trusted.gpg.d https://rendiix.github.io/rendiix.gpg
apt update
apt install platform-tools
else
echo "Repo already installed"
apt install platform-tools
fi
echo "done!"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/LinRaise/termux-adb-fastboot.git
git@gitee.com:LinRaise/termux-adb-fastboot.git
LinRaise
termux-adb-fastboot
termux-adb-fastboot
master

搜索帮助