From f7560d0f949a1e2dd04673ff1cbda93640a248de Mon Sep 17 00:00:00 2001 From: navewindre Date: Fri, 4 Jul 2025 00:03:31 +0200 Subject: a --- slackware-bootstrap/bootstrap | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'slackware-bootstrap/bootstrap') diff --git a/slackware-bootstrap/bootstrap b/slackware-bootstrap/bootstrap index 5cbe5f7..26eb9b6 100755 --- a/slackware-bootstrap/bootstrap +++ b/slackware-bootstrap/bootstrap @@ -22,6 +22,12 @@ fi echo "working dir: $basedir" -sh $basedir/user $username -sh $basedir/sudo +if [[ ! -f "~/.user-done" ]]; then + sh $basedir/user $username +fi + +if [[ ! -f "~/.sudo-done" ]]; then + sh $basedir/sudo +fi + sh $basedir/step1 -- cgit v1.2.3