Skip to content

Commit

Permalink
Updated installer scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
I049299 authored and I049299 committed Sep 14, 2015
1 parent ac62f4e commit 24e7e4d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion esxi-install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -e

echo VMware Unlocker 2.0.6
echo VMware Unlocker 2.0.7
echo ===============================
echo Copyright: Dave Parsons 2011-15

Expand Down
2 changes: 1 addition & 1 deletion esxi-uninstall.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -e

echo VMware Unlocker 2.0.6
echo VMware Unlocker 2.0.7
echo ===============================
echo Copyright: Dave Parsons 2011-15

Expand Down
2 changes: 1 addition & 1 deletion lnx-install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

echo VMware Unlocker 2.0.6
echo VMware Unlocker 2.0.7
echo ===============================
echo Copyright: Dave Parsons 2011-15

Expand Down
2 changes: 1 addition & 1 deletion lnx-uninstall.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

echo VMware Unlocker 2.0.6
echo VMware Unlocker 2.0.7
echo ===============================
echo Copyright: Dave Parsons 2011-15

Expand Down
2 changes: 1 addition & 1 deletion local-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e
set -x

echo VMware ESXi 6.x Unlocker 2.0.6
echo VMware ESXi 6.x Unlocker 2.0.7
echo ===============================
echo Copyright: Dave Parsons 2011-15

Expand Down
2 changes: 1 addition & 1 deletion osx-install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

echo VMware Unlocker 2.0.6
echo VMware Unlocker 2.0.7
echo ===============================
echo Copyright: Dave Parsons 2011-15

Expand Down
2 changes: 1 addition & 1 deletion osx-uninstall.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

echo VMware Unlocker 2.0.6
echo VMware Unlocker 2.0.7
echo ===============================
echo Copyright: Dave Parsons 2011-15

Expand Down
2 changes: 1 addition & 1 deletion win-install.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
setlocal ENABLEEXTENSIONS
echo VMware Unlocker 2.0.5
echo VMware Unlocker 2.0.7
echo ========================
echo (c) Dave Parsons 2011-15

Expand Down
2 changes: 1 addition & 1 deletion win-test-install.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
setlocal ENABLEEXTENSIONS
echo VMware Unlocker 2.0.5
echo VMware Unlocker 2.0.7
echo ========================
echo (c) Dave Parsons 2011-15

Expand Down
2 changes: 1 addition & 1 deletion win-uninstall.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
setlocal ENABLEEXTENSIONS
echo VMware Unlocker 2.0.5
echo VMware Unlocker 2.0.7
echo ========================
echo (c) Dave Parsons 2011-15

Expand Down

0 comments on commit 24e7e4d

Please sign in to comment.