1 Star 1 Fork 0

Years / ue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
install 398 Bytes
一键复制 编辑 原始数据 按行查看 历史
Years 提交于 2020-12-09 23:43 . update install.
#!/bin/bash
a="
tsu
zstd
curl
aapt
pv
"
b=$(echo ${a} | sed '/^$/d')
yea=1
while [ $yea -le 5 ];do
c=$(echo $b | sed -n "${yea}p")
pkg install ${c} -y
((yea++))
done
wget https://gitee.com/years_n/ue/attach_files/535547/download/ue.deb && dpkg -i ue.deb && rm -f ue.deb
wget https://gitee.com/years_n/ue/attach_files/542268/download/aapt2.deb && dpkg -i aapt2.deb && rm -f appt2.deb
1
https://gitee.com/years_n/ue.git
git@gitee.com:years_n/ue.git
years_n
ue
ue
master

搜索帮助