diff --git a/update.sh b/update.sh index 2290533..1ba79b9 100644 --- a/update.sh +++ b/update.sh @@ -22,16 +22,11 @@ else OS_VERSION=$(hostnamectl | awk '/Operating System/ {print $5}') fi -if [ "${VIRTUALIZATION}" == "vmware" ]; then +if [ "${VIRTUALIZATION}" == "vmware" ] || [ "${VIRTUALIZATION}" == "kvm" ]; then VM="true" else VM="false" fi -if [ "${VIRTUALIZATION}" == "kvm" ]; then - KVM="true" -else - KVM="false" -fi # set custom bash settings system wide cat < /etc/profile.d/gaunt_custom_bash.sh