Skip to content

Commit

Permalink
Release candidate for 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDonk committed Dec 15, 2016
1 parent f1c216c commit da91cfa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Empty file modified lnx-update-tools.sh
100644 → 100755
Empty file.
13 changes: 13 additions & 0 deletions local.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/sh
set -e
set -x

echo VMware ESXi 6.x Unlocker 2.0.9
echo ===============================
echo Copyright: Dave Parsons 2011-16

/etc/init.d/hostd status
/etc/init.d/hostd stop
vmkramdisk /bootbank/unlocker.vgz
/etc/init.d/hostd start
/etc/init.d/hostd status
2 changes: 2 additions & 0 deletions smctest.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
vim-cmd hostsvc/hosthardware | grep smcPresent

0 comments on commit da91cfa

Please sign in to comment.