summaryrefslogtreecommitdiff
path: root/slackware-bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'slackware-bootstrap')
-rwxr-xr-xslackware-bootstrap/multilib2
-rwxr-xr-xslackware-bootstrap/step22
2 files changed, 2 insertions, 2 deletions
diff --git a/slackware-bootstrap/multilib b/slackware-bootstrap/multilib
index 5485e8c..796bf71 100755
--- a/slackware-bootstrap/multilib
+++ b/slackware-bootstrap/multilib
@@ -12,7 +12,7 @@ if [[ $currentstr != "" ]]; then
fi
if [[ $iscurrent == 1 ]]; then
- slpkg --repository="multilib" -i compat32-tools
+ slpkg --repository="multilib" -i -y compat32-tools
fi
if [[ $iscurrent == 0 ]]; then
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