summaryrefslogtreecommitdiff
path: root/slackware-bootstrap/bootstrap
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2025-07-04 00:03:31 +0200
committernavewindre <boneyaard@gmail.com>2025-07-04 00:03:31 +0200
commitf7560d0f949a1e2dd04673ff1cbda93640a248de (patch)
tree7b9ff3d6c71d1e0b716bc8168bb12003d924da52 /slackware-bootstrap/bootstrap
parentfdcd639278914a28ed77053db4e82a2fcf69a4c0 (diff)
a
Diffstat (limited to 'slackware-bootstrap/bootstrap')
-rwxr-xr-xslackware-bootstrap/bootstrap10
1 files changed, 8 insertions, 2 deletions
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