Skip to content

Commit 6cd6b24

Browse files
committed
Cosmetic changes to the installation...
1 parent 2718562 commit 6cd6b24

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ bumblebee is Optimus support for Linux, with real offloading, and not
4343
switchable graphics.. More important.. it works on Optimus Laptops without a
4444
graphical multiplexer..
4545

46-
Version 1.4.28 of the bumblebee project has been released!!! (version number has
46+
Version 1.4.29 of the bumblebee project has been released!!! (version number has
4747
been reset from the prime-ng project)
4848

4949
Bumblebee Supports: Ubuntu, Debian, OpenSuSE, Fedora and Arch Linux. More

install.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# You should have received a copy of the GNU General Public License
3838
# along with bumblebee. If not, see <http://www.gnu.org/licenses/>.
3939
#
40-
BUMBLEBEEVERSION=1.4.28
40+
BUMBLEBEEVERSION=1.4.29
4141

4242

4343
ROOT_UID=0
@@ -346,9 +346,9 @@ case "$DISTRO" in
346346
# update-alternatives --remove gl_conf /usr/lib/nvidia-current/ld.so.conf
347347
rm /etc/alternatives/gl_conf
348348
ln -s /usr/lib/mesa/ld.so.conf /etc/alternatives/gl_conf
349-
rm /etc/alternatives/xorg_extra_modules
350-
rm /etc/alternatives/xorg_extra_modules-bumblebee
351-
rm /usr/lib/nvidia-current/xorg/xorg
349+
rm -rf /etc/alternatives/xorg_extra_modules
350+
rm -rf /etc/alternatives/xorg_extra_modules-bumblebee
351+
rm -rf /usr /lib/nvidia-current/xorg/xorg
352352
ln -s /usr/lib/nvidia-current/xorg /etc/alternatives/xorg_extra_modules-bumblebee
353353
ldconfig
354354
;;

0 commit comments

Comments
 (0)