1 Star 0 Fork 0

yishengjingcai/unlocker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
lnx-update-tools.sh 455 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
set -e
echo VMware Get OS X Tools 2.1.1
echo ===============================
echo Copyright: Dave Parsons 2015-16
# Ensure we only use unmodified commands
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
# Make sure only root can run our script
if [[ $EUID -ne 0 ]]; then
echo "This script must be run as root" 1>&2
exit 1
fi
echo Getting VMware Tools...
python2 gettools.py
cp ./tools/darwin*.* /usr/lib/vmware/isoimages/
echo Finished!
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/zhangzq/unlocker.git
[email protected]:zhangzq/unlocker.git
zhangzq
unlocker
unlocker
master

搜索帮助