6 lines
135 B
Bash
Executable file
6 lines
135 B
Bash
Executable file
#!/bin/bash
|
|
sudo aptitude install -y bumblebee
|
|
sudo aptitude install -y nvidia-331-updates
|
|
sudo aptitude install -y bumblebee-nvidia
|
|
|
|
|