From 6c61d7084354f382428c3bd3dd16a499eb7e746b Mon Sep 17 00:00:00 2001 From: navewindre Date: Wed, 18 Jun 2025 07:43:51 +0200 Subject: a --- slackware-bootstrap/step1 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 slackware-bootstrap/step1 (limited to 'slackware-bootstrap/step1') 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 + -- cgit v1.2.3