1 Star 0 Fork 1

三是两听/unlocker

forked from kunge/unlocker 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
lnx-update-tools.sh 401 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
set -e
echo "Get macOS VMware Tools 3.0.3"
echo "==============================="
echo "(c) Dave Parsons 2015-21"
# 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...
./gettools.py
echo Finished!
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/join_huangjie/unlocker.git
git@gitee.com:join_huangjie/unlocker.git
join_huangjie
unlocker
unlocker
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385