5 lines
83 B
Bash
5 lines
83 B
Bash
#!/bin/bash
|
|
|
|
VIRT_PLATFORM="$(/usr/bin/systemd-detect-virt)"
|
|
echo "$VIRT_PLATFORM"
|