diff options
| author | navewindre <boneyaard@gmail.com> | 2025-06-18 07:43:51 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-06-18 07:43:51 +0200 |
| commit | 6c61d7084354f382428c3bd3dd16a499eb7e746b (patch) | |
| tree | aca51b42353847ec84294e3fb54a9b72d68a79b9 /slackware-bootstrap/step1 | |
| parent | aaf1d894aeaf71743cdec8e7e7c1c177076a80af (diff) | |
a
Diffstat (limited to 'slackware-bootstrap/step1')
| -rw-r--r-- | slackware-bootstrap/step1 | 15 |
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 + |
