Update pika-baseos.prerm

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-10-13 23:57:35 +03:00 committed by GitHub
parent 39e663f053
commit 913bf88573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#! /bin/bash
systemctl disable --now nvidia-pika-prime
systemctl unmask gpu-manager
systemctl enable --now gpu-manager
systemctl disable --now nvidia-pika-prime || true
systemctl unmask gpu-manager || true
systemctl enable --now gpu-manager || true