1 Star 1 Fork 1

夏夜晚风/unlocker

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
lnx-update-tools.sh 454 Bytes
Copy Edit Raw Blame History
#!/bin/bash
set -e
echo "Get macOS VMware Tools 3.0.3"
echo "==============================="
echo "(c) Dave Parsons 2015-18"
# 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...
python gettools.py
cp ./tools/darwin*.* /usr/lib/vmware/isoimages/
echo Finished!
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dsjerry/unlocker.git
git@gitee.com:dsjerry/unlocker.git
dsjerry
unlocker
unlocker
master

Search

0d507c66 1850385 C8b1a773 1850385