summaryrefslogtreecommitdiff
path: root/slackware-bootstrap/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'slackware-bootstrap/bootstrap')
-rw-r--r--slackware-bootstrap/bootstrap9
1 files changed, 9 insertions, 0 deletions
diff --git a/slackware-bootstrap/bootstrap b/slackware-bootstrap/bootstrap
index 9960bc0..1fcbc5c 100644
--- a/slackware-bootstrap/bootstrap
+++ b/slackware-bootstrap/bootstrap
@@ -15,3 +15,12 @@ sh $basedir/user
sh $basedir/sudo
sh $basedir/slackpkg
sh $basedir/slpkg
+sh $basedir/multilib
+
+echo "============== [ setup done ] ==============="
+echo "username: $username"
+echo "it's recommended to reboot your system."
+echo "upon reboot you can sign in with your new user"
+echo "=============================================="
+
+read -p "press enter to return to shell"