Commit 830e7083 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm prescription: add missed common.sh to switch*

parent 6c76a93d
......@@ -2,6 +2,8 @@
[ "$1" != "--run" ] && echo "Switch to using open source driver nouveau for NVIDIA cards" && exit
. $(dirname $0)/common.sh
assure_root
exit
......
......@@ -2,6 +2,8 @@
[ "$1" != "--run" ] && echo "Switch to using nVidia proprietary driver" && exit
. $(dirname $0)/common.sh
assure_root
exit
......@@ -25,6 +27,7 @@ epm install --skip-installed nvidia_glx_common || exit
# epm assure /usr/bin/nvidia-install-driver nvidia_glx_common
epm update || exit
epm install --skip-installed apt-scripts-nvidia
a= apt-get install-nvidia || exit
a= x11presetdrv
......
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