summaryrefslogtreecommitdiff
path: root/slackware-bootstrap/step2
diff options
context:
space:
mode:
Diffstat (limited to 'slackware-bootstrap/step2')
-rwxr-xr-xslackware-bootstrap/step22
1 files changed, 1 insertions, 1 deletions
diff --git a/slackware-bootstrap/step2 b/slackware-bootstrap/step2
index fc0c4b3..e62c88d 100755
--- a/slackware-bootstrap/step2
+++ b/slackware-bootstrap/step2
@@ -45,7 +45,7 @@ if [[ ! -f "$HOME/.nvidia-done" ]]; then
read -p "do you want to install the nvidia driver [y/n]? (y):" choice
if [[ $choice == "y" ]]; then
nreboot=1
- sh $basedir/nvidia
+ sh $basedir/nvidia-driver
fi
fi