Commit 1fc9ec18 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm prescription switch-no-nvidia: add ROSA support via kroko-cli

parent 1b52feb5
......@@ -10,7 +10,13 @@
assure_root
[ "$(epm print info -s)" = "alt" ] || fatal "Only ALTLinux is supported"
if [ "$(epm print info -s)" = "rosa" ] ; then
epm assure kroko-cli auto-krokodil-cli || fatal
sudo kroko-cli autoinstall
exit
fi
[ "$(epm print info -s)" = "alt" ] || fatal "Only ALTLinux and ROSA Linux are supported"
epm assure lspci pciutils || exit
# проверяем работоспособность драйвера на текущий момент
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment