diff options
Diffstat (limited to 'os-plugins/plugins/vmware')
| -rw-r--r-- | os-plugins/plugins/vmware/files/install-vmpl1.0.sh | 4 | ||||
| -rw-r--r-- | os-plugins/plugins/vmware/files/install-vmpl2.0.sh | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/os-plugins/plugins/vmware/files/install-vmpl1.0.sh b/os-plugins/plugins/vmware/files/install-vmpl1.0.sh index a733031a..01b0cd1d 100644 --- a/os-plugins/plugins/vmware/files/install-vmpl1.0.sh +++ b/os-plugins/plugins/vmware/files/install-vmpl1.0.sh @@ -26,6 +26,10 @@ if [ "${REPLY}" == "YES" ]; then echo " * Unpacking vmplayer" tar xfz VMware-player-2.0.4-93057.i386.tar.gz + # reduce some errors + echo " * deleting old files if available" + rm -rf root + echo " * copying files..." mkdir root mkdir -p root/lib diff --git a/os-plugins/plugins/vmware/files/install-vmpl2.0.sh b/os-plugins/plugins/vmware/files/install-vmpl2.0.sh index d58d8d81..9de6195f 100644 --- a/os-plugins/plugins/vmware/files/install-vmpl2.0.sh +++ b/os-plugins/plugins/vmware/files/install-vmpl2.0.sh @@ -23,6 +23,10 @@ if [ "${REPLY}" == "YES" ]; then echo " * Unpacking vmplayer" tar xfz VMware-player-2.0.2-59824.i386.tar.gz + #reduce some errors + echo " * removeing old files" + rm -rf root + echo " * copying files..." mkdir root mkdir -p root/lib |
