1 Star 0 Fork 2

c__e/CentWSL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
env.sh 540 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuk7 提交于 2019-10-12 15:58 . env.sh: Update wsldl to 19083100
#!/bin/bash
ARCH="x86_64"
OS_VER="7"
ROOTFS_VER="1907"
ROOTFS_FN="CentOS-${OS_VER}-${ARCH}-GenericCloud-${ROOTFS_VER}.raw"
ROOTFS_TGZ="${ROOTFS_FN}.tar.gz"
ROOTFS_URL="http://cloud.centos.org/centos/7/images/${ROOTFS_TGZ}"
LNCR_BLD="19083100"
LNCR_ZIP="icons.zip"
LNCR_FN="CentOS.exe"
LNCR_URL="https://github.com/yuk7/wsldl/releases/download/${LNCR_BLD}/${LNCR_ZIP}"
if type curl >/dev/null 2>&1 ;then
DLR="curl"
fi
if type wget >/dev/null 2>&1;then
DLR="wget"
fi
if type aria2c >/dev/null 2>&1; then
DLR="aria2c -x4"
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/c__e/CentWSL.git
git@gitee.com:c__e/CentWSL.git
c__e
CentWSL
CentWSL
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385