Update pika-baseos.postinst

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

View File

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