From 94291899afc6c7a079889beed2b9dbc79588a585 Mon Sep 17 00:00:00 2001 From: navewindre Date: Fri, 4 Jul 2025 09:04:54 +0200 Subject: a --- slackware-bootstrap/step2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slackware-bootstrap/step2') diff --git a/slackware-bootstrap/step2 b/slackware-bootstrap/step2 index a7f25ec..9ac5f3f 100755 --- a/slackware-bootstrap/step2 +++ b/slackware-bootstrap/step2 @@ -18,6 +18,7 @@ if [[ ! -f "~/.multilib-done" ]]; then sh $basedir/multilib fi +nreboot=0 if [[ ! -f "~/.kernel-done" ]]; then echo "============== [ kernel update ] ===============" echo "you can choose to update your kernel" @@ -25,7 +26,6 @@ if [[ ! -f "~/.kernel-done" ]]; then echo "this will update your kernel to $kernelver" echo "================================================" - nreboot=0 read -p "do you want to update your kernel [y/n]? (y):" choice if [[ $choice == "y" ]]; then -- cgit v1.2.3