1 Star 0 Fork 21

bzg_repo/three-eight-nine-ds-base

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
389-ds-base-git.sh 367 Bytes
一键复制 编辑 原始数据 按行查看 历史
root 提交于 2020-06-19 19:21 . package init
#!/bin/bash
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.3.5.14
PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION}
URL="https://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
SRCNAME=$PKGNAME-$VERSION
wget -O $SRCNAME.tar.gz "$URL"
echo convert tgz format to tar.bz2 format
gunzip $PKGNAME-$VERSION.tar.gz
bzip2 $PKGNAME-$VERSION.tar
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/baizg1107/three-eight-nine-ds-base.git
[email protected]:baizg1107/three-eight-nine-ds-base.git
baizg1107
three-eight-nine-ds-base
three-eight-nine-ds-base
master

搜索帮助