Skip to content

Commit

Permalink
Create suse-vmw-installer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfernandovillahernandez authored Feb 13, 2017
1 parent ad3724a commit 28ff802
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions suse-vmw-installer.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#http://www.gtlib.gatech.edu/pub/opensuse/distribution/leap/42.1/iso/openSUSE-Leap-42.1-NET-x86_64.iso
#https://en.opensuse.org/SDB:Installing_VMware_server_or_workstation
uname -m
#32 or 64? 32 abort the missión - 64 Just go on!
zypper in gcc kernel-devel make gcc patch kernel-source kernel-syms linux-glibc-devel linux-kernel-headers
https://download3.vmware.com/software/wkst/file/VMware-Workstation-Full-12.5.2-4638234.x86_64.bundle
chmod +x VMware-Workstation-Full-12.5.2-4638234.x86_64.bundle
./VMware-Workstation-Full-12.5.2-4638234.x86_64.bundle

0 comments on commit 28ff802

Please sign in to comment.