增加python3-platformdirs包同步
parent
f42ad0a9e3
commit
98de005c8c
|
@ -0,0 +1,21 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
app_name="python3-platformdirs"
|
||||||
|
tmp_dir="/tmp/${app_name}_tmp"
|
||||||
|
version="4.3.6-1"
|
||||||
|
release="v${version}"
|
||||||
|
deb_arch="all"
|
||||||
|
|
||||||
|
deb_url="https://mirrors.ustc.edu.cn/debian/pool/main/p/platformdirs/python3-platformdirs_4.3.6-1_all.deb"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
echo "下载sid deb包..."
|
||||||
|
wget $deb_url -O "./${app_name}-${deb_arch}.deb"
|
||||||
|
|
||||||
|
|
||||||
|
# apt install "./${app_name}_${version}.deb"
|
||||||
|
|
||||||
|
upload_deb
|
||||||
|
|
||||||
|
rm -rf "${app_name}_${version}.deb"
|
Loading…
Reference in New Issue