Skip to content

Commit

Permalink
update pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
UriHerrera committed Nov 12, 2024
1 parent 1d916eb commit c7abdad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/bin/desktop-config
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ main_script() {

# -- Display a notification if we're running in a VM because I'm genuinely tired of people equating performance in a VM to bare metal.

if grep -q "EDK II" /var/log/syslog; then
if grep -q "EDK II" /var/log/syslog || grep -q "VMware, Inc" /var/log/syslog; then
notify-send -a "System Message" -u critical --action=Understood -i "dialog-warning" "VM Detected" "Nitrux is running in a Virtual Machine. Performance will be severely affected."
fi

Expand Down

0 comments on commit c7abdad

Please sign in to comment.