Skip to content
This repository was archived by the owner on Nov 8, 2017. It is now read-only.

Commit 7ac95d8

Browse files
committed
Deprecated
Move to bumblebee 3.0. http://suwako.nomanaga.net/
1 parent a24b869 commit 7ac95d8

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
DERPECATED
2+
3+
All this stuff is left for historical reasons. Don't use it.
4+
Move to bumblebee 3.0. More at http://suwako.nomanga.net/
5+
6+
17
debumblebee project
28
Service for enabling nVidia graphics cards on laptops with Optimus graphics
39
(hybrid Intel/nVidia graphics)

install.sh

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
# You should have received a copy of the GNU General Public License
1717
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

19+
echo "This project is deprecated. Don't use it anymore."
20+
echo "I've prepared Bumblebee 3.0 \"Tumbleweed\" packages for Debian Sid and Wheezy."
21+
echo "Details and instructions are at http://suwako.nomanga.net/"
22+
exit 0
23+
1924
ARCH=`uname -m`
2025

2126
if [ ! -x "`which lsb_release`" ]; then

0 commit comments

Comments
 (0)