diff --git a/README b/README index 804b96b..ee6dc98 100644 --- a/README +++ b/README @@ -43,7 +43,7 @@ bumblebee is Optimus support for Linux, with real offloading, and not switchable graphics.. More important.. it works on Optimus Laptops without a graphical multiplexer.. -Version 1.4.28 of the bumblebee project has been released!!! (version number has +Version 1.4.29 of the bumblebee project has been released!!! (version number has been reset from the prime-ng project) Bumblebee Supports: Ubuntu, Debian, OpenSuSE, Fedora and Arch Linux. More diff --git a/install.sh b/install.sh index fe4d610..4d5f6eb 100755 --- a/install.sh +++ b/install.sh @@ -37,7 +37,7 @@ # You should have received a copy of the GNU General Public License # along with bumblebee. If not, see . # -BUMBLEBEEVERSION=1.4.28 +BUMBLEBEEVERSION=1.4.29 ROOT_UID=0 @@ -346,9 +346,9 @@ case "$DISTRO" in # update-alternatives --remove gl_conf /usr/lib/nvidia-current/ld.so.conf rm /etc/alternatives/gl_conf ln -s /usr/lib/mesa/ld.so.conf /etc/alternatives/gl_conf - rm /etc/alternatives/xorg_extra_modules - rm /etc/alternatives/xorg_extra_modules-bumblebee - rm /usr/lib/nvidia-current/xorg/xorg + rm -rf /etc/alternatives/xorg_extra_modules + rm -rf /etc/alternatives/xorg_extra_modules-bumblebee + rm -rf /usr /lib/nvidia-current/xorg/xorg ln -s /usr/lib/nvidia-current/xorg /etc/alternatives/xorg_extra_modules-bumblebee ldconfig ;;