mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-12 02:34:37 +08:00
8 lines
145 B
Plaintext
8 lines
145 B
Plaintext
post_upgrade() {
|
|
echo "If you run into trouble with CUDA not being available, run nvidia-modprobe first."
|
|
}
|
|
|
|
post_install() {
|
|
post_upgrade
|
|
}
|