summaryrefslogtreecommitdiff
path: root/slackware-bootstrap/step1
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2025-06-18 07:43:51 +0200
committernavewindre <boneyaard@gmail.com>2025-06-18 07:43:51 +0200
commit6c61d7084354f382428c3bd3dd16a499eb7e746b (patch)
treeaca51b42353847ec84294e3fb54a9b72d68a79b9 /slackware-bootstrap/step1
parentaaf1d894aeaf71743cdec8e7e7c1c177076a80af (diff)
a
Diffstat (limited to 'slackware-bootstrap/step1')
-rw-r--r--slackware-bootstrap/step115
1 files changed, 15 insertions, 0 deletions
diff --git a/slackware-bootstrap/step1 b/slackware-bootstrap/step1
new file mode 100644
index 0000000..d303a96
--- /dev/null
+++ b/slackware-bootstrap/step1
@@ -0,0 +1,15 @@
+#!/bin/bash
+basedir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
+
+sh $basedir/slackpkg
+
+echo "sh $basedir/step2" >> /root/.bashrc
+
+echo "=================== [ system reboot ] =================="
+printf "\x1b[1;31mREAD CAREFULLY:\033[0m\n"
+echo "your system will now reboot, after reboot make sure to"
+printf "SIGN IN \x1b[1;31mAS ROOT\x1b[0m !!!\n"
+echo "========================================================"
+read -p "press enter to reboot"
+reboot
+