Skip to content

Commit a047be8

Browse files
committed
GIANT BUG... causing /usr to be deleted... so sorry.... issue #123, issue #122, issue #121
1 parent 77c53a1 commit a047be8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README

Lines changed: 1 addition & 1 deletion
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.31 of the bumblebee project has been released!!! (version number has
46+
Version 1.4.32 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

Lines changed: 2 additions & 2 deletions
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.31
40+
BUMBLEBEEVERSION=1.4.32
4141

4242

4343
ROOT_UID=0
@@ -348,7 +348,7 @@ case "$DISTRO" in
348348
ln -s /usr/lib/mesa/ld.so.conf /etc/alternatives/gl_conf
349349
rm -rf /etc/alternatives/xorg_extra_modules
350350
rm -rf /etc/alternatives/xorg_extra_modules-bumblebee
351-
rm -rf /usr /lib/nvidia-current/xorg/xorg
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)