summarylogtreecommitdiffstats
path: root/vmware-workstation.install
blob: 51ffcf879d641fe0a364c78704ef300c84b06154 (plain)
1
2
3
4
5
6
7
8
post_install() {
  cat << EOF

Before using VMware, you will need to enable some services.
For example: systemctl enable --now vmware-hostd.service vmware-networks.service vmware-usbarbitrator.service

EOF
}