kvm

qemu/kvm installation script
git clone https://git.awy.one/kvm.git
Log | Files | Refs | README | LICENSE

commit de5bebbbc473f16253cfd8efbe765b2786e8ef0c
parent 2e98de6abc8921d0f1833bea0fb866e821a514f1
Author: awy <awy@awy.one>
Date:   Sun,  9 Mar 2025 19:04:19 +0300

user

Diffstat:
Mgpu_pass.sh | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gpu_pass.sh b/gpu_pass.sh @@ -8,8 +8,7 @@ if [ "$(id -u)" -ne 0 ] exit fi -printf "Enter the user for whom script will install QEMU: " -read -r PERMUSER +PERMUSER="$(id -nu "1000")" id "$PERMUSER" > /dev/null 2>&1 || { echo "User $PERMUSER does not exist. Exiting."; exit 1; }