#!/bin/bash set -eu if [[ $EUID -ne 0 ]]; then exec pkexec --disable-internal-agent "$0" "$@" fi dmidecode -t 11 | grep "String 2" | cut -d ":" -f 2