diff options
| author | navewindre <boneyaard@gmail.com> | 2025-07-15 06:04:09 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-07-15 06:04:09 +0200 |
| commit | 048c29db28039510bc069bf20e1311fd45899173 (patch) | |
| tree | 36b7a87c699ff939f6d5165c21afb1e2613e5f4b | |
| parent | c10c55734639d1549b13c4c55ed587e99c437216 (diff) | |
fix
| -rwxr-xr-x | bin/hotkey-legend | 1 | ||||
| -rwxr-xr-x | slackware-bootstrap/multilib | 2 | ||||
| -rwxr-xr-x | slackware-bootstrap/step2 | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/bin/hotkey-legend b/bin/hotkey-legend index 6660ebf..767021e 100755 --- a/bin/hotkey-legend +++ b/bin/hotkey-legend @@ -35,4 +35,5 @@ win+r - xfce4-appfinder win+t - xfce4-terminal win+ctrl+s - screenshot (scrot + xclip) win+ctrl+e - ocr +win+f11 - desktop-audio-record " 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 |
