1 Star 0 Fork 26

离洛 / Snipe-IT

forked from Gitee 极速下载 / Snipe-IT 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install.sh 371 Bytes
一键复制 编辑 原始数据 按行查看 历史
# ensure running as root
if [ "$(id -u)" != "0" ]; then
#Debian doesnt have sudo if root has a password.
if ! hash sudo 2>/dev/null; then
exec su -c "$0" "$@"
else
exec sudo "$0" "$@"
fi
fi
wget https://raw.githubusercontent.com/snipe/snipe-it/master/snipeit.sh
chmod 744 snipeit.sh
./snipeit.sh 2>&1 | tee -a /var/log/snipeit-install.log
JavaScript
1
https://gitee.com/liluo0003/Snipe-IT.git
git@gitee.com:liluo0003/Snipe-IT.git
liluo0003
Snipe-IT
Snipe-IT
master

搜索帮助